Planar Pointers |
Classes | |
struct | planar_ptr< IC, cmyk_t > |
Represents a pointer to a planar CMYK 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< 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... | |
struct | planar_ptr< IC, hsb_t > |
Represents a pointer to a planar HSB 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, lab_t > |
Represents a pointer to a planar LAB 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 |
Represents a pointer to a planar pixel. More... | |
struct | planar_ptr_base |
base class for the the representation of a pointer to a planar pixel More... | |
struct | planar_ptr< IC, rgb_t > |
Represents a pointer to a planar RGB 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, rgba_t > |
Represents a pointer to a planar RGBA 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... |