ReferenceWhite

public enum ReferenceWhite extends Enum<ReferenceWhite>

Reference white point constants for valid combinations of Illuminant and Observer

Entries

Link copied to clipboard

White point using Illuminant A and 2 degree observer.

Link copied to clipboard

White point using Illuminant A and 10 degree observer.

Link copied to clipboard

White point using Illuminant C and 2 degree observer.

Link copied to clipboard

White point using Illuminant C and 10 degree observer.

Link copied to clipboard

White point using Illuminant D50 and 2 degree observer.

Link copied to clipboard

White point using Illuminant D50 and 10 degree observer.

Link copied to clipboard

White point using Illuminant D55 and 2 degree observer.

Link copied to clipboard

White point using Illuminant D55 and 10 degree observer.

Link copied to clipboard

White point using Illuminant D65 and 2 degree observer.

Link copied to clipboard

White point using Illuminant D65 and 10 degree observer.

Link copied to clipboard

White point using Illuminant D75 and 2 degree observer.

Link copied to clipboard

White point using Illuminant D75 and 10 degree observer.

Link copied to clipboard

White point using Illuminant F2 and 2 degree observer.

Link copied to clipboard

White point using Illuminant F2 and 10 degree observer.

Link copied to clipboard

White point using Illuminant F7 and 2 degree observer.

Link copied to clipboard

White point using Illuminant F7 and 10 degree observer.

Link copied to clipboard

White point using Illuminant F11 and 2 degree observer.

Link copied to clipboard

White point using Illuminant F11 and 10 degree observer.

Link copied to clipboard

Unknown / other reference white point

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String fullName

Full name for display in UI (e.g. - 'D50/2°' for D50_2)

Link copied to clipboard
private final Illuminant illuminant

Illuminant for the selected reference white

Link copied to clipboard
private final String name
Link copied to clipboard
private final Observer observer

Observer for the selected reference white

Link copied to clipboard
private final Integer ordinal
Link copied to clipboard
private final Integer refId

Unique ID for the selected reference white

Link copied to clipboard
private final DoubleArray xyz

CIEXYZ value for the selected reference white point

Functions

Link copied to clipboard

Reference white point constants for valid combinations of Illuminant and Observer

Link copied to clipboard
public final String getFullName()

Full name for display in UI (e.g. - 'D50/2°' for D50_2)

Link copied to clipboard
public final Illuminant getIlluminant()
Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Observer getObserver()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final Integer getRefId()

Unique ID for the selected reference white

Link copied to clipboard
public final DoubleArray getXyz()

CIEXYZ value for the selected reference white point

Link copied to clipboard
public final ReferenceWhite valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<ReferenceWhite> values()

Returns an array containing the constants of this enum type, in the order they're declared.