{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

WhitePoint

public final class 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.

See also
Illuminant

Summary

Public constructors

WhitePoint(float x, float y)
WhitePoint(float x, float y, float z)

Illuminant for CIE XYZ white point

Public methods

final float
final float

Public constructors

WhitePoint

public WhitePoint(float x, float y)

WhitePoint

public WhitePoint(float x, float y, float z)

Illuminant for CIE XYZ white point

Public methods

getX

public final float getX()

getY

public final float getY()