WhitePoint
Kotlin
|Java
data class WhitePoint
kotlin.Any | |
↳ | androidx.compose.ui.graphics.colorspace.WhitePoint |
Class for constructing white points used in RGB color space. The value is stored in the CIE xyY color space. The Y component of the white point is assumed to be 1.
Summary
Public constructors | |
---|---|
Illuminant for CIE XYZ white point |
|
Class for constructing white points used in RGB color space. |
Properties | |
---|---|
Float | |
Float |
Public constructors
<init>
WhitePoint(
x: Float,
y: Float)
Class for constructing white points used in RGB color space. The value is stored in the CIE xyY color space. The Y component of the white point is assumed to be 1.
See Also
Properties
x
val x: Float
y
val y: Float