Documentation ¶
Overview ¶
package color provides color management utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
White = color.RGBA{255, 255, 255, 255}
)
Functions ¶
func FromLinear2sRGB ¶
FromLinear2sRGB converts a given value from linear space to sRGB space.
func FromsRGB2Linear ¶
FromsRGB2Linear converts a given value from linear space to sRGB space.
Types ¶
Click to show internal directories.
Click to hide internal directories.