![]() | InDesign SDK 20.5 |
#include <IColorConverterImageStmData.h>

Classes | |
| struct | ColorConverterInfo |
Public Member Functions | |
| virtual void | SetColorConverterInfo (const ColorConverterInfo &colorConverterInfo)=0 |
| virtual void | GetColorConverterInfo (ColorConverterInfo *colorConverterInfo) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IColorConverterImageStreamData This class is a data interface for the ColorConverterImageStream, which is an implementation of IImageStream used by the ImageStreamManager to convert image data from one colorspace to another. Various IImageStreams are pipelined together by the ImageStreamManager in order to convert a source image to a destination image with a given set of attributes. This interface should probably be private.