mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/color: introduce wlr_color_named_primaries
This commit is contained in:
parent
156201fe71
commit
7d076d0bc9
1 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,14 @@
|
|||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/**
|
||||
* Well-known color primaries.
|
||||
*/
|
||||
enum wlr_color_named_primaries {
|
||||
WLR_COLOR_NAMED_PRIMARIES_SRGB = 1 << 0,
|
||||
WLR_COLOR_NAMED_PRIMARIES_BT2020 = 1 << 1,
|
||||
};
|
||||
|
||||
/**
|
||||
* CIE 1931 xy chromaticity coordinates.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue