dfdutils - Khronos Data Format Descriptor Utilities
For creating and interpreting data format descriptors
 
Loading...
Searching...
No Matches
Primaries Struct Reference

Colourspace primaries information. More...

#include <dfd.h>

Data Fields

float Rx
 
float Ry
 
float Gx
 
float Gy
 
float Bx
 
float By
 
float Wx
 
float Wy
 

Detailed Description

Colourspace primaries information.

Structure to store the 1931 CIE x,y chromaticities of the red, green, and blue display primaries and the reference white point of a colourspace.

Field Documentation

◆ Bx

float Primaries::Bx

Blue x.

◆ By

float Primaries::By

Blue y.

◆ Gx

float Primaries::Gx

Green x.

◆ Gy

float Primaries::Gy

Green y.

◆ Rx

float Primaries::Rx

Red x.

◆ Ry

float Primaries::Ry

Red y.

◆ Wx

float Primaries::Wx

White x.

◆ Wy

float Primaries::Wy

White y.