ChromaSource

enum ChromaSource : Enum<Zcam.ChromaSource>

ZCAM attributes that can be used to calculate chroma (colorfulness) in the inverse model.

Entries

WHITENESS
Link copied to clipboard

Use the whiteness attribute to calculate luminance in the inverse model. Chroma, colorfulness, saturation, vividness, and blackness will be ignored.

BLACKNESS
Link copied to clipboard

Use the blackness attribute to calculate luminance in the inverse model. Chroma, colorfulness, saturation, vividness, and whiteness will be ignored.

VIVIDNESS
Link copied to clipboard

Use the vividness attribute to calculate luminance in the inverse model. Chroma, colorfulness, saturation, blackness, and whiteness will be ignored.

SATURATION
Link copied to clipboard

Use the saturation attribute to calculate luminance in the inverse model. Chroma, colorfulness, vividness, blackness, and whiteness will be ignored.

COLORFULNESS
Link copied to clipboard

Use the colorfulness attribute to calculate luminance in the inverse model. Chroma, saturation, vividness, blackness, and whiteness will be ignored.

CHROMA
Link copied to clipboard

Use the chroma attribute to calculate luminance in the inverse model. Colorfulness, saturation, vividness, blackness, and whiteness will be ignored.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int