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
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.
-