DeviceN Color Space |
Classes | |
struct | devicen_t |
DeviceN color space identifier. More... | |
struct | color_base< T, devicen_t< 1 > > |
DeviceN channel values/references/pointers. More... | |
struct | color_base< T, devicen_t< 2 > > |
DeviceN channel values/references/pointers. More... | |
struct | color_base< T, devicen_t< 3 > > |
DeviceN channel values/references/pointers. More... | |
struct | color_base< T, devicen_t< 4 > > |
DeviceN channel values/references/pointers. More... | |
struct | color_base< T, devicen_t< 5 > > |
DeviceN channel values/references/pointers. More... | |
struct | planar_ptr< IC, devicen_t< 2 > > |
Represents a pointer to a planar 2-channel DeviceN pixel.
A pointer can be constructed from and assigned to the address of a value, the address of a reference or another pointer It can also be dereferenced returning a reference. More... | |
struct | planar_ptr< IC, devicen_t< 3 > > |
Represents a pointer to a planar 3-channel DeviceN pixel.
A pointer can be constructed from and assigned to the address of a value, the address of a reference or another pointer It can also be dereferenced returning a reference. More... | |
struct | planar_ptr< IC, devicen_t< 4 > > |
Represents a pointer to a planar 4-channel DeviceN pixel.
A pointer can be constructed from and assigned to the address of a value, the address of a reference or another pointer It can also be dereferenced returning a reference. More... | |
struct | planar_ptr< IC, devicen_t< 5 > > |
Represents a pointer to a planar 5-channel DeviceN pixel.
A pointer can be constructed from and assigned to the address of a value, the address of a reference or another pointer It can also be dereferenced returning a reference. More... |