include/cinder/Channel.h File Reference

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

namespace  cinder

Typedefs

typedef std::shared_ptr< class
ImageSource > 
cinder::ImageSourceRef
typedef ChannelT< uint8_t > cinder::Channel
 8-bit image channel. Synonym for Channel8u.
typedef ChannelT< uint8_t > cinder::Channel8u
 8-bit image channel
typedef ChannelT< uint16_t > cinder::Channel16u
 16-bit image channel. Suitable as an intermediate representation and ImageIo but not a first-class citizen.
typedef ChannelT< float > cinder::Channel32f
 32-bit floating point image channel