Documentation ¶
Index ¶
- func CMYK2RGB(c int, m int, y int, k int) (int, int, int)
- func HEX2CMYK(hex string) (int, int, int, int)
- func HEX2RGB(hex string) (int, int, int)
- func HSL2CMYK(h, s, l int) (int, int, int, int)
- func HSL2RGB(h, s, l int) (int, int, int)
- func HSV2CMYK(h, s, v int) (int, int, int, int)
- func HSV2RGB(h, s, v int) (int, int, int)
- func RGB2CMYK(r, g, b int) (int, int, int, int)
- func RGB2HEX(r, g, b int) string
- func RGB2HSL(r, g, b int) (int, int, int)
- func RGB2YUV(r, g, b int) (int, int, int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.