ColorSpace.IlluminantD65 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Standard CIE 1931 2° illuminant D65, encoded in xyY.
[Android.Runtime.Register("ILLUMINANT_D65", ApiSince=26)]
public static System.Collections.Generic.IList<float>? IlluminantD65 { get; }
[<Android.Runtime.Register("ILLUMINANT_D65", ApiSince=26)>]
static member IlluminantD65 : System.Collections.Generic.IList<single>
Property Value
- Attributes
Remarks
Standard CIE 1931 2° illuminant D65, encoded in xyY. This illuminant has a color temperature of 6504K. This illuminant is commonly used in RGB color spaces such as sRGB, BT.709, etc.
Java documentation for android.graphics.ColorSpace.ILLUMINANT_D65
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.