Go to the source code of this file.
Classes | |
class | cinder::ChannelT< T > |
A single channel of image data, either a color channel of a Surface or a grayscale image. Implicitly shared object. More... | |
class | cinder::ChannelT< T >::Iter |
Convenience class for iterating the pixels of a Channel. More... | |
class | cinder::ChannelT< T >::ConstIter |
Convenience class for iterating the pixels of a Channel. The iteration is const , performing read-only operations on the Channel. More... | |
Namespaces | |
cinder | |
Typedefs | |
typedef std::shared_ptr< class ImageSource > | cinder::ImageSourceRef |
typedef ChannelT< uint8_t > | cinder::Channel |
8-bit image channel. Synonym for Channel8u. More... | |
typedef ChannelT< uint8_t > | cinder::Channel8u |
8-bit image channel More... | |
typedef ChannelT< uint16_t > | cinder::Channel16u |
16-bit image channel. Suitable as an intermediate representation and ImageIo but not a first-class citizen. More... | |
typedef ChannelT< float > | cinder::Channel32f |
32-bit floating point image channel More... | |