QColorSpace::PrimaryPoints Struct
struct QColorSpace::PrimaryPointsThe PrimaryPoints struct contains four primary color space points. More...
This struct was introduced in Qt 6.9.
Public Functions
bool | isValid() const |
Static Public Members
QColorSpace::PrimaryPoints | fromPrimaries(QColorSpace::Primaries primaries) |
Detailed Description
The four CIE XY color space points describing the gamut of an RGB color space; red, green, blue, and white.
See also QColorSpace::Primaries.
Member Function Documentation
[static]
QColorSpace::PrimaryPoints PrimaryPoints::fromPrimaries(QColorSpace::Primaries primaries)
Returns the four primary points making up primaries.
[noexcept]
bool PrimaryPoints::isValid() const
Returns true
if the primary points passes the sanity check used by methods consuming QColorSpace::PrimaryPoints.