package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

ModelFunc returns a Model that invokes f to implement the conversion.
RGBToYCbCr converts an RGB triple to a Y'CbCr triple.
YCbCrToRGB converts a Y'CbCr triple to an RGB triple.

# Variables

Models for the standard color types.
Models for the standard color types.
Standard colors.
Models for the standard color types.
Models for the standard color types.
Models for the standard color types.
Models for the standard color types.
Standard colors.
Models for the standard color types.
Models for the standard color types.
Standard colors.
Standard colors.
YCbCrModel is the Model for Y'CbCr colors.

# Structs

Alpha represents an 8-bit alpha color.
Alpha16 represents a 16-bit alpha color.
Gray represents an 8-bit grayscale color.
Gray16 represents a 16-bit grayscale color.
NRGBA represents a non-alpha-premultiplied 32-bit color.
NRGBA64 represents a non-alpha-premultiplied 64-bit color, having 16 bits for each of red, green, blue and alpha.
RGBA represents a traditional 32-bit alpha-premultiplied color, having 8 bits for each of red, green, blue and alpha.
RGBA64 represents a 64-bit alpha-premultiplied color, having 16 bits for each of red, green, blue and alpha.
YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for one luma and two chroma components.

# Interfaces

Color can convert itself to alpha-premultiplied 16-bits per channel RGBA.
Model can convert any Color to one from its own color model.

# Type aliases

Palette is a palette of colors.