Mako 7.3.0 API
IDOMImageColorConverterFilter Class Reference

An image filter that presents a colour converted version of an image. More...

#include <idomimageresource.h>

Inherits IDOMImageFilter.

Classes

class  Data
 Initialization data. More...
 

Static Public Member Functions

static EDL_API IDOMImageColorConverterFilterPtr create (IEDLClassFactory *pFactory, const IDOMColorSpacePtr &space, eRenderingIntent intent, eBlackPointCompensation bpc)
 Simplified creator for a color converter filter. More...
 
static const CClassIDclassID ()
 Retrieves class id of IDOMImageColorConverterFilter. More...
 

Detailed Description

An image filter that presents a colour converted version of an image.

Member Function Documentation

◆ classID()

static const CClassID& IDOMImageColorConverterFilter::classID ( )
inlinestatic

Retrieves class id of IDOMImageColorConverterFilter.

Returns
CClassID Class id of the element

◆ create()

static EDL_API IDOMImageColorConverterFilterPtr IDOMImageColorConverterFilter::create ( IEDLClassFactory pFactory,
const IDOMColorSpacePtr &  space,
eRenderingIntent  intent,
eBlackPointCompensation  bpc 
)
static

Simplified creator for a color converter filter.

Parameters
pFactoryThe EDL Class Factory
spaceThe target color space. Must be a base space; ie no DeviceN or Indexed spaces.
intentThe rendering intent to use
bpcThe desired black point compensation treatment. If in doubt, use eBPCDefault.
Returns
IDOMImageColorConverterFilterPtr The new filter.

The documentation for this class was generated from the following file: