Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:37 +05 2020. DO NOT EDIT.
Index ¶
- func Alpha16RGBA(c color.Alpha16) (uint32, uint32, uint32, uint32)
- func AlphaRGBA(c color.Alpha) (uint32, uint32, uint32, uint32)
- func CMYKRGBA(c color.CMYK) (uint32, uint32, uint32, uint32)
- func CMYKToRGB(c, m, y, k uint8) (uint8, uint8, uint8)
- func Gray16RGBA(c color.Gray16) (uint32, uint32, uint32, uint32)
- func GrayRGBA(c color.Gray) (uint32, uint32, uint32, uint32)
- func ModelFunc(f func(color.Color) color.Color) color.Model
- func NRGBA64RGBA(c color.NRGBA64) (uint32, uint32, uint32, uint32)
- func NRGBARGBA(c color.NRGBA) (uint32, uint32, uint32, uint32)
- func NYCbCrARGBA(c color.NYCbCrA) (uint32, uint32, uint32, uint32)
- func PaletteConvert(p color.Palette, c color.Color) color.Color
- func PaletteIndex(p color.Palette, c color.Color) int
- func RGBA64RGBA(c color.RGBA64) (uint32, uint32, uint32, uint32)
- func RGBARGBA(c color.RGBA) (uint32, uint32, uint32, uint32)
- func RGBToCMYK(r, g, b uint8) (uint8, uint8, uint8, uint8)
- func RGBToYCbCr(r, g, b uint8) (uint8, uint8, uint8)
- func YCbCrRGBA(c color.YCbCr) (uint32, uint32, uint32, uint32)
- func YCbCrToRGB(y, cb, cr uint8) (uint8, uint8, uint8)
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.