type image.CMYK
16 uses
image (current package)
image.go#L1042: type CMYK struct {
image.go#L1052: func (p *CMYK) ColorModel() color.Model { return color.CMYKModel }
image.go#L1054: func (p *CMYK) Bounds() Rectangle { return p.Rect }
image.go#L1056: func (p *CMYK) At(x, y int) color.Color {
image.go#L1060: func (p *CMYK) RGBA64At(x, y int) color.RGBA64 {
image.go#L1065: func (p *CMYK) CMYKAt(x, y int) color.CMYK {
image.go#L1076: func (p *CMYK) PixOffset(x, y int) int {
image.go#L1080: func (p *CMYK) Set(x, y int, c color.Color) {
image.go#L1093: func (p *CMYK) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L1106: func (p *CMYK) SetCMYK(x, y int, c color.CMYK) {
image.go#L1120: func (p *CMYK) SubImage(r Rectangle) Image {
image.go#L1126: return &CMYK{}
image.go#L1129: return &CMYK{
image.go#L1137: func (p *CMYK) Opaque() bool {
image.go#L1142: func NewCMYK(r Rectangle) *CMYK {
image.go#L1143: return &CMYK{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |