Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Gray1Model = color.ModelFunc(gray1Model) NGrayAModel = color.ModelFunc(nGrayAModel) Gray32Model = color.ModelFunc(gray32Model) NGrayA32Model = color.ModelFunc(nGrayA32Model) NGrayA64Model = color.ModelFunc(nGrayA64Model) NRGBA128Model = color.ModelFunc(nRGBA128Model) NCMYKAModel = color.ModelFunc(nCMYKAModel) NCMYKA80Model = color.ModelFunc(nCMYKA80Model) )
These are color model.
Functions ¶
This section is empty.
Types ¶
type NCMYKA ¶
type NCMYKA struct {
C, M, Y, K, A uint8
}
NCMYKA represents a non-alpha-premultiplied CMYK color, having 8 bits for each of cyan, magenta, yellow, black and alpha. NCMYKA is different from color.CMYK, CMYK is inverted value.
It is not associated with any particular color profile.
Click to show internal directories.
Click to hide internal directories.