Observer

Enum to describe the available options for reference observer

Entries

Link copied to clipboard

Observer defined by CIE1931 (2 degree)

Link copied to clipboard

Observer defined by CIE1964 (10 degree)

Link copied to clipboard

Other / unknown observer

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique ID for the observer

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
val fov: Int

Field of view (i.e. - 2 or 10)

Link copied to clipboard

Full name for display in UI (e.g. - '2°' for CIE1931)

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Observer

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

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