Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GrayFloat32Model color.Model = color.ModelFunc(grayFloat32Model)
Functions ¶
This section is empty.
Types ¶
type GrayFloat32 ¶
type GrayFloat32 struct {
Y float32
}
GrayFloat32 represents a 32-bit grayscale color.
func (GrayFloat32) RGBA ¶
func (c GrayFloat32) RGBA() (r, g, b, a uint32)
Click to show internal directories.
Click to hide internal directories.