Documentation
¶
Index ¶
- func Hex(d *cb.DmcColors, hex string) (string, string)
- func Hsv(d *cb.DmcColors, h float64, s float64, v float64) (string, string)
- func HsvHex(d *cb.DmcColors, h float64, s float64, v float64) string
- func HsvLab(d *cb.DmcColors, h float64, s float64, v float64) (float64, float64, float64)
- func HsvRgb(d *cb.DmcColors, h float64, s float64, v float64) (float64, float64, float64)
- func Lab(d *cb.DmcColors, l float64, a float64, b float64) (string, string)
- func LabHex(d *cb.DmcColors, l float64, a float64, b float64) string
- func LabHsv(d *cb.DmcColors, l float64, a float64, b float64) (float64, float64, float64)
- func LabRgb(d *cb.DmcColors, l float64, a float64, b float64) (float64, float64, float64)
- func NewColorBank() *cb.DmcColors
- func Rgb(d *cb.DmcColors, r float64, g float64, b float64) (string, string)
- func RgbA(col color.Color) (float64, float64, float64)
- func RgbHex(d *cb.DmcColors, r float64, g float64, b float64) string
- func RgbHsv(d *cb.DmcColors, r float64, g float64, b float64) (float64, float64, float64)
- func RgbLab(d *cb.DmcColors, r float64, g float64, b float64) (float64, float64, float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewColorBank ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package colorbank provides a bank of colors who's rbg values already correspond to DMC string color values These values are used in dmc.go to find the closest matching dmc color to the given rgb value
|
Package colorbank provides a bank of colors who's rbg values already correspond to DMC string color values These values are used in dmc.go to find the closest matching dmc color to the given rgb value |
|
internal
|
|
Click to show internal directories.
Click to hide internal directories.