An image filter that presents a color converted version of an image.
More...
#include <idomimageresource.h>
Inherits IDOMImageFilter.
|
static EDL_API IDOMImageColorConverterFilterPtr | create (IEDLClassFactory *pFactory, const IDOMColorSpacePtr &space, eRenderingIntent intent, eBlackPointCompensation bpc) |
| Simplified creator for a color converter filter.
|
|
static EDL_API IDOMImageColorConverterFilterPtr | createNaive (IEDLClassFactory *pFactory, const IDOMColorSpacePtr &space) |
| Simplified creator for a color converter filter where naive (non-color managed) color conversions are desired. This should be used only for simple color spaces with 1, 3 or 4 components, which are assumed to be gray, RGB, and CMYK respectively. The input and output color spaces must not have the same number of components or an error will result.
|
|
static const CClassID & | classID () |
| Retrieves class id of IDOMImageColorConverterFilter.
|
|
An image filter that presents a color converted version of an image.
◆ classID()
static const CClassID & IDOMImageColorConverterFilter::classID |
( |
| ) |
|
|
inlinestatic |
◆ create()
Simplified creator for a color converter filter.
- Parameters
-
pFactory | The EDL Class Factory |
space | The target color space. Must be a base space; ie no DeviceN or Indexed spaces. |
intent | The rendering intent to use |
bpc | The desired black point compensation treatment. If in doubt, use eBPCDefault. |
- Returns
- IDOMImageColorConverterFilterPtr The new filter.
◆ createNaive()
static EDL_API IDOMImageColorConverterFilterPtr IDOMImageColorConverterFilter::createNaive |
( |
IEDLClassFactory * | pFactory, |
|
|
const IDOMColorSpacePtr & | space ) |
|
static |
Simplified creator for a color converter filter where naive (non-color managed) color conversions are desired. This should be used only for simple color spaces with 1, 3 or 4 components, which are assumed to be gray, RGB, and CMYK respectively. The input and output color spaces must not have the same number of components or an error will result.
- Parameters
-
pFactory | The EDL Class Factory |
space | The target color space. Must be a simple base space; ie no LAB, DeviceN or Indexed spaces. |
- Returns
- IDOMImageColorConverterFilterPtr The new filter.
The documentation for this class was generated from the following file: