Documentation ¶
Index ¶
- type Image16
- func (p *Image16) At(x, y int) color.Color
- func (p *Image16) Bounds() image.Rectangle
- func (p *Image16) ColorModel() color.Model
- func (p *Image16) NRGBAAt(x, y int) color.NRGBA
- func (p *Image16) PixOffset(x, y int) int
- func (p *Image16) RGBA5551At(x, y int) noxcolor.RGBA5551
- func (p *Image16) RGBAAt(x, y int) color.RGBA
- func (p *Image16) Row(y int) []uint16
- func (p *Image16) Set(x, y int, c color.Color)
- func (p *Image16) SetNRGBA(x, y int, c color.NRGBA)
- func (p *Image16) SetRGBA(x, y int, c color.RGBA)
- func (p *Image16) SetRGBA5551(x, y int, c noxcolor.RGBA5551)
- func (p *Image16) Size() image.Point
- func (p *Image16) SubImage(r image.Rectangle) *Image16
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.