image

package
v0.0.0-...-5976db4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2017 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NRGB16

type NRGB16 struct {
	Rect        image.Rectangle
	R           []byte
	G           []byte
	B           []byte
	Compression int
}

func (*NRGB16) At

func (p *NRGB16) At(x, y int) color.Color

func (*NRGB16) Bounds

func (p *NRGB16) Bounds() image.Rectangle

func (*NRGB16) ColorModel

func (p *NRGB16) ColorModel() color.Model

func (*NRGB16) CompressionType

func (p *NRGB16) CompressionType() int

func (*NRGB16) Source

func (p *NRGB16) Source(rect image.Rectangle, src ...[]byte)

type NRGB32

type NRGB32 struct {
	Rect        image.Rectangle
	R           []byte
	G           []byte
	B           []byte
	Compression int
}

func (*NRGB32) At

func (p *NRGB32) At(x, y int) color.Color

func (*NRGB32) Bounds

func (p *NRGB32) Bounds() image.Rectangle

func (*NRGB32) ColorModel

func (p *NRGB32) ColorModel() color.Model

func (*NRGB32) CompressionType

func (p *NRGB32) CompressionType() int

func (*NRGB32) Source

func (p *NRGB32) Source(rect image.Rectangle, src ...[]byte)

type NRGB8

type NRGB8 struct {
	Rect        image.Rectangle
	R           []byte
	G           []byte
	B           []byte
	Compression int
}

func (*NRGB8) At

func (p *NRGB8) At(x, y int) color.Color

func (*NRGB8) Bounds

func (p *NRGB8) Bounds() image.Rectangle

func (*NRGB8) ColorModel

func (p *NRGB8) ColorModel() color.Model

func (*NRGB8) CompressionType

func (p *NRGB8) CompressionType() int

func (*NRGB8) Source

func (p *NRGB8) Source(rect image.Rectangle, src ...[]byte)

type NRGBA16

type NRGBA16 struct {
	Rect        image.Rectangle
	R           []byte
	G           []byte
	B           []byte
	A           []byte
	Compression int
}

func (*NRGBA16) At

func (p *NRGBA16) At(x, y int) color.Color

func (*NRGBA16) Bounds

func (p *NRGBA16) Bounds() image.Rectangle

func (*NRGBA16) ColorModel

func (p *NRGBA16) ColorModel() color.Model

func (*NRGBA16) CompressionType

func (p *NRGBA16) CompressionType() int

func (*NRGBA16) Source

func (p *NRGBA16) Source(rect image.Rectangle, src ...[]byte)

type NRGBA32

type NRGBA32 struct {
	Rect        image.Rectangle
	R           []byte
	G           []byte
	B           []byte
	A           []byte
	Compression int
}

func (*NRGBA32) At

func (p *NRGBA32) At(x, y int) color.Color

func (*NRGBA32) Bounds

func (p *NRGBA32) Bounds() image.Rectangle

func (*NRGBA32) ColorModel

func (p *NRGBA32) ColorModel() color.Model

func (*NRGBA32) CompressionType

func (p *NRGBA32) CompressionType() int

func (*NRGBA32) Source

func (p *NRGBA32) Source(rect image.Rectangle, src ...[]byte)

type NRGBA8

type NRGBA8 struct {
	Rect        image.Rectangle
	R           []byte
	G           []byte
	B           []byte
	A           []byte
	Compression int
}

func (*NRGBA8) At

func (p *NRGBA8) At(x, y int) color.Color

func (*NRGBA8) Bounds

func (p *NRGBA8) Bounds() image.Rectangle

func (*NRGBA8) ColorModel

func (p *NRGBA8) ColorModel() color.Model

func (*NRGBA8) CompressionType

func (p *NRGBA8) CompressionType() int

func (*NRGBA8) Source

func (p *NRGBA8) Source(rect image.Rectangle, src ...[]byte)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL