21 #ifndef GR_COLOURSPACE_RANGES__H
22 #define GR_COLOURSPACE_RANGES__H
37 typedef unsigned char value_type ;
38 static g__constexpr value_type min = 16 ;
39 static g__constexpr value_type max = 235 ;
40 static g__constexpr
bool is_signed = 0 ;
49 typedef unsigned char value_type ;
50 static g__constexpr value_type min = 16 ;
51 static g__constexpr value_type max = 240 ;
52 static g__constexpr
bool is_signed = 1 ;
62 typedef unsigned char value_type ;
63 static g__constexpr value_type min = 0 ;
64 static g__constexpr value_type max = 255 ;
65 static g__constexpr
bool is_signed = 0 ;
Defines the "digital" range for y component.
Defines the "digital" range for u/v components.
Defines the "digital" range for r/g/b components.