ABGR enum value | cinder::ImageIo | |
ARGB enum value | cinder::ImageIo | |
BGR enum value | cinder::ImageIo | |
BGRA enum value | cinder::ImageIo | |
BGRX enum value | cinder::ImageIo | |
CHAN_ALPHA enum value | cinder::ImageIo | |
CHAN_CMYK_C enum value | cinder::ImageIo | |
CHAN_CMYK_K enum value | cinder::ImageIo | |
CHAN_CMYK_M enum value | cinder::ImageIo | |
CHAN_CMYK_Y enum value | cinder::ImageIo | |
CHAN_GRAY enum value | cinder::ImageIo | |
CHAN_LAB_A enum value | cinder::ImageIo | |
CHAN_LAB_B enum value | cinder::ImageIo | |
CHAN_LAB_L enum value | cinder::ImageIo | |
CHAN_MASK enum value | cinder::ImageIo | |
CHAN_RGB_B enum value | cinder::ImageIo | |
CHAN_RGB_G enum value | cinder::ImageIo | |
CHAN_RGB_R enum value | cinder::ImageIo | |
CHAN_UNKNOWN enum value | cinder::ImageIo | |
CHAN_YUV_U enum value | cinder::ImageIo | |
CHAN_YUV_V enum value | cinder::ImageIo | |
CHAN_YUV_Y enum value | cinder::ImageIo | |
ChannelOrder enum name | cinder::ImageIo | |
ChannelOrder typedef | cinder::ImageIo | |
channelOrderHasAlpha(ChannelOrder channelOrder) | cinder::ImageIo | static |
channelOrderNumChannels(ChannelOrder channelOrder) | cinder::ImageIo | static |
ChannelType enum name | cinder::ImageIo | |
ChannelType typedef | cinder::ImageIo | |
CM_GRAY enum value | cinder::ImageIo | |
CM_RGB enum value | cinder::ImageIo | |
CM_UNKNOWN enum value | cinder::ImageIo | |
ColorModel enum name | cinder::ImageIo | |
ColorModel typedef | cinder::ImageIo | |
CUSTOM enum value | cinder::ImageIo | |
DATA_UNKNOWN enum value | cinder::ImageIo | |
DataType enum name | cinder::ImageIo | |
DataType typedef | cinder::ImageIo | |
dataTypeBytes(DataType dataType) | cinder::ImageIo | static |
FLOAT16 enum value | cinder::ImageIo | |
FLOAT32 enum value | cinder::ImageIo | |
getChannelOrder() const | cinder::ImageIo | |
getColorModel() const | cinder::ImageIo | |
getCount() const | cinder::ImageSource | |
getDataType() const | cinder::ImageIo | |
getHeight() const | cinder::ImageIo | |
getLoadExtensions() | cinder::ImageIo | static |
getPixelAspectRatio() const | cinder::ImageSource | |
getRowBytes() const | cinder::ImageSource | |
getWidth() const | cinder::ImageIo | |
getWriteExtensions() | cinder::ImageIo | static |
hasAlpha() const | cinder::ImageIo | virtual |
ImageIo() | cinder::ImageIo | protected |
ImageSource() | cinder::ImageSource | |
isPremultiplied() const | cinder::ImageSource | |
load(ImageTargetRef target)=0 | cinder::ImageSource | pure virtual |
mChannelOrder | cinder::ImageIo | protected |
mColorModel | cinder::ImageIo | protected |
mCustomPixelInc | cinder::ImageSource | protected |
mDataType | cinder::ImageIo | protected |
mFrameCount | cinder::ImageSource | protected |
mHeight | cinder::ImageIo | protected |
mIsPremultiplied | cinder::ImageSource | protected |
mPixelAspectRatio | cinder::ImageSource | protected |
mRowFuncSourceAlpha | cinder::ImageSource | protected |
mRowFuncSourceBlue | cinder::ImageSource | protected |
mRowFuncSourceGray | cinder::ImageSource | protected |
mRowFuncSourceGreen | cinder::ImageSource | protected |
mRowFuncSourceInc | cinder::ImageSource | protected |
mRowFuncSourceRed | cinder::ImageSource | protected |
mRowFuncTargetAlpha | cinder::ImageSource | protected |
mRowFuncTargetBlue | cinder::ImageSource | protected |
mRowFuncTargetGray | cinder::ImageSource | protected |
mRowFuncTargetGreen | cinder::ImageSource | protected |
mRowFuncTargetInc | cinder::ImageSource | protected |
mRowFuncTargetRed | cinder::ImageSource | protected |
mWidth | cinder::ImageIo | protected |
RGB enum value | cinder::ImageIo | |
RGBA enum value | cinder::ImageIo | |
RGBX enum value | cinder::ImageIo | |
RowFunc typedef | cinder::ImageSource | |
rowFuncSourceGray(ImageTargetRef target, int32_t row, const void *data) | cinder::ImageSource | protected |
rowFuncSourceRgb(ImageTargetRef target, int32_t row, const void *data) | cinder::ImageSource | protected |
setChannelOrder(ChannelOrder aChannelOrder) | cinder::ImageIo | protected |
setColorModel(ColorModel colorModel) | cinder::ImageIo | protected |
setCustomPixelInc(int8_t customPixelInc) | cinder::ImageSource | protected |
setDataType(DataType aDataType) | cinder::ImageIo | protected |
setFrameCount(int32_t frameCount) | cinder::ImageSource | protected |
setPixelAspectRatio(float pixelAspectRatio) | cinder::ImageSource | protected |
setPremultiplied(bool premult=true) | cinder::ImageSource | protected |
setSize(int32_t width, int32_t height) | cinder::ImageIo | protected |
setupRowFunc(ImageTargetRef target) | cinder::ImageSource | protected |
setupRowFuncForSourceType(ImageTargetRef target) | cinder::ImageSource | protected |
setupRowFuncForTypes(ImageTargetRef target) | cinder::ImageSource | protected |
setupRowFuncForTypesAndTargetColorModel(ImageTargetRef target) | cinder::ImageSource | protected |
setupRowFuncGraySource(ImageTargetRef target) | cinder::ImageSource | protected |
setupRowFuncRgbSource(ImageTargetRef target) | cinder::ImageSource | protected |
translateGrayColorModelToOffsets(ChannelOrder channelOrder, int8_t *gray, int8_t *alpha, int8_t *inc) | cinder::ImageIo | static |
translateRgbColorModelToOffsets(ChannelOrder channelOrder, int8_t *red, int8_t *green, int8_t *blue, int8_t *alpha, int8_t *inc) | cinder::ImageIo | static |
UINT16 enum value | cinder::ImageIo | |
UINT8 enum value | cinder::ImageIo | |
XBGR enum value | cinder::ImageIo | |
XRGB enum value | cinder::ImageIo | |
Y enum value | cinder::ImageIo | |
YA enum value | cinder::ImageIo | |
~ImageSource() | cinder::ImageSource | virtual |