|
rgba.hpp
Go to the documentation of this file.
10 /*************************************************************************************************/
An iterator over planar pixels. Models HomogeneousColorBaseConcept, PixelIteratorConcept, HomogeneousPixelBasedConcept, MemoryBasedIteratorConcept, HasDynamicXStepTypeConcept. Definition: algorithm.hpp:53 planar pixel pointer class Given a pixel iterator defining access to pixels along a row, returns the types of the corresponding ... Definition: metafunctions.hpp:252 Represents a color space and ordering of channels in memory. Definition: utilities.hpp:306 type_from_x_iterator< planar_pixel_iterator< IC, rgba_t > >::view_t planar_rgba_view(std::size_t width, std::size_t height, IC r, IC g, IC b, IC a, std::ptrdiff_t rowsize_in_bytes) from raw RGBA planar data Definition: rgba.hpp:52 GIL configuration file. Support for RGB color space and variants. Generated on Mon Mar 26 2018 12:01:36 for Generic Image Library by
1.8.6
|