Companion

public class Companion

Properties

Link copied to clipboard
public final static ReferenceWhite.Companion INSTANCE

Functions

Link copied to clipboard
public final ReferenceWhite fromFullName(String name)

Helper to provide the ReferenceWhite enum for a particular full name. If an invalid name is provided, NONE is returned.

Link copied to clipboard
public final ReferenceWhite fromName(String name)

Helper to provide the ReferenceWhite enum for a particular name. If an invalid name is provided, NONE is returned.

Link copied to clipboard
public final ReferenceWhite fromRefId(Integer refId)

Helper to provide the ReferenceWhite enum for a particular reference ID. If an invalid ID is provided, NONE is returned.

Link copied to clipboard
public final ReferenceWhite select(Illuminant illuminant, Observer observer)

Helper to provide the ReferenceWhite enum for a combination of Illuminant and Observer.