public class RgbGamutChecker extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
markOutOfGamutColors |
static double |
oGblu |
static double |
oGgrn |
static double |
oGred |
Constructor and Description |
---|
RgbGamutChecker() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkOutOfGamut(double r,
double g,
double b) |
static int |
getCount() |
static void |
increment() |
static void |
reset() |
public static boolean markOutOfGamutColors
public static double oGred
public static double oGgrn
public static double oGblu
public RgbGamutChecker()
public static void reset()
public static void increment()
public static int getCount()
public static boolean checkOutOfGamut(double r, double g, double b)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)