#include <ImageIo.h>
Public Member Functions | |
Options () | |
Options & | quality (float quality) |
Options & | colorModel (ImageIo::ColorModel cm) |
void | setColorModelDefault () |
float | getQuality () const |
bool | isColorModelDefault () const |
ImageIo::ColorModel | getColorModel () const |
Protected Attributes | |
float | mQuality |
bool | mColorModelDefault |
ImageIo::ColorModel | mColorModel |
Options& cinder::ImageTarget::Options::quality | ( | float | quality | ) |
float cinder::ImageTarget::Options::getQuality | ( | ) | const |
bool cinder::ImageTarget::Options::isColorModelDefault | ( | ) | const |
float cinder::ImageTarget::Options::mQuality [protected] |
bool cinder::ImageTarget::Options::mColorModelDefault [protected] |