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 |
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
[noexcept]
bool PrimaryPoints::isValid() const
Returns true
if the primary points passes the sanity check used by methods consuming QColorSpace::PrimaryPoints.