type image.CMYK
16 uses
image (current package)
image.go#L1026: type CMYK struct {
image.go#L1036: func (p *CMYK) ColorModel() color.Model { return color.CMYKModel }
image.go#L1038: func (p *CMYK) Bounds() Rectangle { return p.Rect }
image.go#L1040: func (p *CMYK) At(x, y int) color.Color {
image.go#L1044: func (p *CMYK) RGBA64At(x, y int) color.RGBA64 {
image.go#L1049: func (p *CMYK) CMYKAt(x, y int) color.CMYK {
image.go#L1060: func (p *CMYK) PixOffset(x, y int) int {
image.go#L1064: func (p *CMYK) Set(x, y int, c color.Color) {
image.go#L1077: func (p *CMYK) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L1090: func (p *CMYK) SetCMYK(x, y int, c color.CMYK) {
image.go#L1104: func (p *CMYK) SubImage(r Rectangle) Image {
image.go#L1110: return &CMYK{}
image.go#L1113: return &CMYK{
image.go#L1121: func (p *CMYK) Opaque() bool {
image.go#L1126: func NewCMYK(r Rectangle) *CMYK {
image.go#L1127: return &CMYK{
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |