Package micycle.peasygradients.colorspace
Color spaces define how the color value at each color stop is represented,
which in turn affects the results of color interpolation.
-
Interface Summary Interface Description ColorSpaceTransform Defines the interface for color space transformations, enabling conversion to and from the RGB color space. -
Class Summary Class Description IPT The IPT color space is similar in model to CIELAB color space but is more uniform in perceived hue.SRLAB2 The SRLAB2 color model is a compromise between the simplicity of CIELAB and the correctness of CIECAM02.XYZ CIE XYZ (aka CIE 1931) (aka tristimulus values) is a device-invariant representation of color. -
Enum Summary Enum Description ColorSpace Represents the different color spaces that can be used for color gradients.