boost::gil::channel_type
Support for fast and simple color conversion. Accurate color conversion using color profiles can be supplied separately in a dedicated module.
Synopsis
Declared in <boost/gil/color_convert.hpp>
template<typename T>
struct channel_type;
Specializations
Name |
Description |
////////////////////////// |
|
|
|
|
|
////////////////////////// |
|
|
|
|
|
|
Specifies the color space type of a planar pixel reference. Required by HomogeneousPixelBasedConcept |
|
////////////////////////// |
////////////////////////// |
|
|
|
|
|
|
This implementation works for bit_algined_pixel_reference with a homogeneous channel layout. The result type will be a packed_dynamic_channel_reference, since the offset info will be missing. |
|
Derived Classes
Name |
Description |
////////////////////////// |
|
|
////////////////////////// |
////////////////////////// |
|
////////////////////////// |
|
|
|
|
|
|
|
|
|
Created with MrDocs