Documentation
¶
Overview ¶
Package rgb565 contains an image.RGBA64Image implementation of a 16-bit RGB565 image.
Index ¶
- func RGB565ToRGB888(rgb Color) (r, g, b uint8)
- type Color
- 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) Draw(dr image.Rectangle, src image.Image, sp image.Point, op draw.Op)
- 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)
- func (p *Image) SubImage(r image.Rectangle) image.Image
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RGB565ToRGB888 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.