package
0.0.0-20190630022708-407d61a969a0
Repository: https://github.com/rai-project/image.git
Documentation: pkg.go.dev

# Functions

ModeString retrieves an enum value from the enum constants string name.
ModeValues returns all values of the enum.
NewBGRImage returns a new BGRImage image with the given bounds.
NewRGBImage returns a new RGBImage image with the given bounds.
ResizeAlgorithmString retrieves an enum value from the enum constants string name.
ResizeAlgorithmValues returns all values of the enum.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BGR represents a traditional 32-bit alpha-premultiplied color, having 8 bits for each of red, green, blue.
BGRImage is an in-memory image whose At method returns RGB values.
RGB represents a traditional 32-bit alpha-premultiplied color, having 8 bits for each of red, green, blue.
RGBImage is an in-memory image whose At method returns RGB values.

# Interfaces

No description provided by the author

# Type aliases

mode represents the image mode.
No description provided by the author