type image.CMYK
15 uses
image (current package)
image.go#L873: type CMYK struct {
image.go#L883: func (p *CMYK) ColorModel() color.Model { return color.CMYKModel }
image.go#L885: func (p *CMYK) Bounds() Rectangle { return p.Rect }
image.go#L887: func (p *CMYK) At(x, y int) color.Color {
image.go#L891: func (p *CMYK) CMYKAt(x, y int) color.CMYK {
image.go#L902: func (p *CMYK) PixOffset(x, y int) int {
image.go#L906: func (p *CMYK) Set(x, y int, c color.Color) {
image.go#L919: func (p *CMYK) SetCMYK(x, y int, c color.CMYK) {
image.go#L933: func (p *CMYK) SubImage(r Rectangle) Image {
image.go#L939: return &CMYK{}
image.go#L942: return &CMYK{
image.go#L950: func (p *CMYK) Opaque() bool {
image.go#L955: func NewCMYK(r Rectangle) *CMYK {
image.go#L956: return &CMYK{
image/jpeg
reader.go#L703: return &image.CMYK{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |