type image.Paletted
16 uses
image (current package)
image.go#L1135: type Paletted struct {
image.go#L1147: func (p *Paletted) ColorModel() color.Model { return p.Palette }
image.go#L1149: func (p *Paletted) Bounds() Rectangle { return p.Rect }
image.go#L1151: func (p *Paletted) At(x, y int) color.Color {
image.go#L1162: func (p *Paletted) RGBA64At(x, y int) color.RGBA64 {
image.go#L1184: func (p *Paletted) PixOffset(x, y int) int {
image.go#L1188: func (p *Paletted) Set(x, y int, c color.Color) {
image.go#L1196: func (p *Paletted) SetRGBA64(x, y int, c color.RGBA64) {
image.go#L1204: func (p *Paletted) ColorIndexAt(x, y int) uint8 {
image.go#L1212: func (p *Paletted) SetColorIndex(x, y int, index uint8) {
image.go#L1222: func (p *Paletted) SubImage(r Rectangle) Image {
image.go#L1228: return &Paletted{
image.go#L1233: return &Paletted{
image.go#L1242: func (p *Paletted) Opaque() bool {
image.go#L1266: func NewPaletted(r Rectangle, p color.Palette) *Paletted {
image.go#L1267: return &Paletted{
|
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. |