Class ColorHelper
java.lang.Object
com.marginallyclever.donatello.nodes.images.ColorHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
ColorToInt
(Color color) static double[]
IntToCMYK
(int pixel) static int
RGBToInt
(int r, int g, int b, int a)
-
Constructor Details
-
ColorHelper
public ColorHelper()
-
-
Method Details
-
IntToCMYK
public static double[] IntToCMYK(int pixel) -
RGBToInt
public static int RGBToInt(int r, int g, int b, int a) -
ColorToInt
-