![]() |
Cinder
0.9.1
|
#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 |
cinder::ImageTarget::Options::Options | ( | ) |
Options& cinder::ImageTarget::Options::quality | ( | float | quality | ) |
Options& cinder::ImageTarget::Options::colorModel | ( | ImageIo::ColorModel | cm | ) |
void cinder::ImageTarget::Options::setColorModelDefault | ( | ) |
float cinder::ImageTarget::Options::getQuality | ( | ) | const |
bool cinder::ImageTarget::Options::isColorModelDefault | ( | ) | const |
ImageIo::ColorModel cinder::ImageTarget::Options::getColorModel | ( | ) | const |
|
protected |
|
protected |
|
protected |