Uses of Interface
micycle.peasygradients.colorspace.ColorSpaceTransform
-
Packages that use ColorSpaceTransform Package Description 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. -
-
Uses of ColorSpaceTransform in micycle.peasygradients.colorspace
Classes in micycle.peasygradients.colorspace that implement ColorSpaceTransform Modifier and Type Class Description class
IPT
The IPT color space is similar in model to CIELAB color space but is more uniform in perceived hue.class
SRLAB2
The SRLAB2 color model is a compromise between the simplicity of CIELAB and the correctness of CIECAM02.class
XYZ
CIE XYZ (aka CIE 1931) (aka tristimulus values) is a device-invariant representation of color.Methods in micycle.peasygradients.colorspace that return ColorSpaceTransform Modifier and Type Method Description ColorSpaceTransform
ColorSpace. getColorSpace()
Returns the instance ofColorSpaceTransform
associated with the color space.
-