QColorSpace::PrimaryPoints Struct

struct QColorSpace ::PrimaryPoints

The PrimaryPoints struct contains four primary color space points. 更多...

This struct was introduced in Qt 6.9.

公共函數

bool isValid () const

靜態公共成員

QColorSpace::PrimaryPoints fromPrimaries (QColorSpace::Primaries primaries )

詳細描述

The four CIE XY color space points describing the gamut of an RGB color space; red, green, blue, and white.

另請參閱 QColorSpace::Primaries .

成員函數文檔編製

[static] QColorSpace::PrimaryPoints PrimaryPoints:: fromPrimaries ( QColorSpace::Primaries primaries )

Returns the four primary points making up primaries .

[noexcept] bool PrimaryPoints:: isValid () const

返迴 true if the primary points passes the sanity check used by methods consuming QColorSpace::PrimaryPoints .