public static enum CIELabColorConverter.Illuminant extends java.lang.Enum<CIELabColorConverter.Illuminant>
| Modifier and Type | Method and Description |
|---|---|
float[] |
getWhitePoint() |
static CIELabColorConverter.Illuminant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CIELabColorConverter.Illuminant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CIELabColorConverter.Illuminant D50
public static final CIELabColorConverter.Illuminant D65
public static CIELabColorConverter.Illuminant[] values()
for (CIELabColorConverter.Illuminant c : CIELabColorConverter.Illuminant.values()) System.out.println(c);
public static CIELabColorConverter.Illuminant valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic float[] getWhitePoint()
Copyright © 2021. All Rights Reserved.