#include <ImageIo.h>
Public Member Functions | |
Options () | |
Options & | index (int32_t aIndex) |
Specifies an image index for multi-part images, like animated GIFs. | |
int32_t | getIndex () const |
Protected Attributes | |
int32_t | mIndex |
Options& cinder::ImageSource::Options::index | ( | int32_t | aIndex | ) |
Specifies an image index for multi-part images, like animated GIFs.
int32_t cinder::ImageSource::Options::getIndex | ( | ) | const |
int32_t cinder::ImageSource::Options::mIndex [protected] |