Documentation
¶
Overview ¶
package rgb16 contains an image.Image implementation of a 16-bit RGB image.
Index ¶
- type Image
- func (p *Image) At(x, y int) color.Color
- func (p *Image) Bounds() image.Rectangle
- func (p *Image) ColorModel() color.Model
- func (p *Image) DrawOver(dr image.Rectangle, src image.Image, sp image.Point)
- func (p *Image) PixOffset(x, y int) int
- func (p *Image) RGBA64At(x, y int) color.RGBA64
- func (p *Image) Set(x, y int, c color.Color)
- func (p *Image) SetRGBA64(x, y int, c color.RGBA64)
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.