Searched defs:pickerNCMYKA8 (Results 1 – 1 of 1) sorted by relevance
395 type pickerNCMYKA8 struct { struct396 Rect image.Rectangle397 C, M, Y, K, A []byte400 func (p *pickerNCMYKA8) setSource(rect image.Rectangle, src ...[]byte) {403 func (p *pickerNCMYKA8) ColorModel() color.Model { return psdColor.NCMYKAModel }404 func (p *pickerNCMYKA8) Bounds() image.Rectangle { return p.Rect }405 func (p *pickerNCMYKA8) At(x, y int) color.Color {