Searched defs:pickerNGrayA16 (Results 1 – 1 of 1) sorted by relevance
198 type pickerNGrayA16 struct { struct199 Rect image.Rectangle200 Y, A []byte203 func (p *pickerNGrayA16) setSource(rect image.Rectangle, src ...[]byte) {206 func (p *pickerNGrayA16) ColorModel() color.Model { return psdColor.NGrayA32Model }207 func (p *pickerNGrayA16) Bounds() image.Rectangle { return p.Rect }208 func (p *pickerNGrayA16) At(x, y int) color.Color {