Uses of Class
org.pushingpixels.ephemeral.chroma.hct.Cam16
Packages that use Cam16
-
Uses of Cam16 in org.pushingpixels.ephemeral.chroma.hct
Methods in org.pushingpixels.ephemeral.chroma.hct that return Cam16Modifier and TypeMethodDescriptionstatic Cam16Cam16.fromInt(int argb) Create a CAM16 color from a color, assuming the color was viewed in default viewing conditions.static Cam16Cam16.fromUcs(double jstar, double astar, double bstar) Create a CAM16 color from CAM16-UCS coordinates.static Cam16Cam16.fromUcsInViewingConditions(double jstar, double astar, double bstar, ViewingConditions viewingConditions) Create a CAM16 color from CAM16-UCS coordinates in defined viewing conditions.static Cam16HctSolver.solveToCam(double hueDegrees, double chroma, double lstar) Finds an sRGB color with the given hue, chroma, and L*, if possible.Methods in org.pushingpixels.ephemeral.chroma.hct with parameters of type Cam16