En esta página

QColorSpace::PrimaryPoints Struct

struct QColorSpace::PrimaryPoints

La estructura PrimaryPoints contiene cuatro puntos primarios del espacio de color. Más...

Esta estructura se introdujo en Qt 6.9.

Funciones Públicas

bool isValid() const

Miembros Públicos Estáticos

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

Descripción Detallada

Los cuatro puntos del espacio de color CIE XY que describen la gama de un espacio de color RGB; rojo, verde, azul y blanco.

Véase también QColorSpace::Primaries.

Documentación de las funciones miembro

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

Devuelve los cuatro puntos primarios que componen primaries.

[noexcept] bool PrimaryPoints::isValid() const

Devuelve true si los puntos primarios pasan la comprobación de sanidad utilizada por los métodos que consumen QColorSpace::PrimaryPoints.

© 2026 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.