Documentation
¶
Index ¶
- Constants
- type GoImage
- func (gi *GoImage) Compute()
- func (gi *GoImage) CreatetPixel() *gopixel.GoPixel
- func (gi *GoImage) GetChannels() byte
- func (gi *GoImage) GetDimension() (int, int)
- func (gi *GoImage) GetHistogram() *gohistogram.GoHistogram
- func (gi *GoImage) GetPixel(x int, y int) *gopixel.GoPixel
- func (gi *GoImage) SetChannels(channels byte)
- func (gi *GoImage) SetDimension(w int, h int)
- func (gi *GoImage) SetPixel(x int, y int, gp *gopixel.GoPixel)
Constants ¶
View Source
const ALPHA_CHANNEL = 3
View Source
const BLUE_CHANNEL = 2
View Source
const GREEN_CHANNEL = 1
View Source
const RED_CHANNEL = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoImage ¶
type GoImage struct {
// contains filtered or unexported fields
}
func NewGoImage ¶
func NewGoImage() *GoImage
func (*GoImage) CreatetPixel ¶
func (*GoImage) GetChannels ¶
func (*GoImage) GetDimension ¶
func (*GoImage) GetHistogram ¶
func (gi *GoImage) GetHistogram() *gohistogram.GoHistogram
func (*GoImage) SetChannels ¶
func (*GoImage) SetDimension ¶
Click to show internal directories.
Click to hide internal directories.