The color space types that are supported by window and pixmap objects.
#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
};
BlackBerry 10.3.0