Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BGR ¶
type BGR struct { Pix []uint8 // Stride is the Pix stride (in bytes) between vertically adjacent pixels. Stride int // 3 * r.Dx() // Rect is the image's bounds. Rect image.Rectangle }
func (*BGR) ColorModel ¶
type MergeBGR ¶
type MergeBGR struct { Pixes [][][]uint8 Rect image.Rectangle // contains filtered or unexported fields }
func NewMergeBGR ¶
func (*MergeBGR) ColorModel ¶
Click to show internal directories.
Click to hide internal directories.