QColorSpace::PrimaryPoints Struct

struct QColorSpace::PrimaryPoints

PrimaryPoints 構造体には、4 つの原色空間ポイントが含まれます。詳細...

この構造体は Qt 6.9 で導入されました。

パブリック関数

bool isValid() const

静的パブリックメンバー

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

詳細な説明

RGB 色空間の色域を表す 4 つの CIE XY 色空間ポイント。

QColorSpace::Primariesも参照してください

メンバ関数ドキュメント

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

primaries を構成する4つの主要点を返す。

[noexcept] bool PrimaryPoints::isValid() const

一次ポイントが、QColorSpace::PrimaryPoints を消費するメソッドで使用されるサニティチェックをパスした場合、true を返す。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.