Serializable
, Comparable<CIELabColorConverter.Illuminant>
public static enum CIELabColorConverter.Illuminant extends Enum<CIELabColorConverter.Illuminant>
Modifier and Type | Method | Description |
---|---|---|
float[] |
getWhitePoint() |
|
static CIELabColorConverter.Illuminant |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic float[] getWhitePoint()
Copyright © 2018. All rights reserved.