Screen color space types

The window/pixmap supported color space types.

Synopsis:

#include <screen/screen.h>
 
 enum {
      SCREEN_COLOR_SPACE_UNCORRECTED = 0x0   
      SCREEN_COLOR_SPACE_SRGB = 0x1   
      SCREEN_COLOR_SPACE_LRGB = 0x2   
      SCREEN_COLOR_SPACE_BT601 = 0x3   
      SCREEN_COLOR_SPACE_BT601_FULL = 0x4   
      SCREEN_COLOR_SPACE_BT709 = 0x5   
      SCREEN_COLOR_SPACE_BT709_FULL = 0x6   
};

Data:

SCREEN_COLOR_SPACE_UNCORRECTED
The default.
SCREEN_COLOR_SPACE_SRGB
SCREEN_COLOR_SPACE_LRGB
Linear RGB.
SCREEN_COLOR_SPACE_BT601
SCREEN_COLOR_SPACE_BT601_FULL
SCREEN_COLOR_SPACE_BT709
SCREEN_COLOR_SPACE_BT709_FULL

Library:

libscreen

Description: