Mako 7.3.0 API
IDOMImageChannelSelectorFilter Class Reference

An image filter that presents optionally an image stripped of alpha, or alternatively a Gray image representing the extra channel (ie Alpha or Mask) or a device color space channel. More...

#include <idomimageresource.h>

Inherits IDOMImageFilter.

Classes

class  Data
 Initialization data. More...
 

Public Types

enum  eSelection
 Enum for choosing which channel(s) to select during filtering.
 

Static Public Member Functions

static EDL_API IDOMImageChannelSelectorFilterPtr create (IEDLClassFactory *pFactory, eSelection selection, uint8 channel=0)
 Simplified creator for a color converter filter. More...
 
static const CClassIDclassID ()
 Retrieves class id of IDOMImageChannelSelectorFilter. More...
 

Detailed Description

An image filter that presents optionally an image stripped of alpha, or alternatively a Gray image representing the extra channel (ie Alpha or Mask) or a device color space channel.

Member Function Documentation

◆ classID()

static const CClassID& IDOMImageChannelSelectorFilter::classID ( )
inlinestatic

Retrieves class id of IDOMImageChannelSelectorFilter.

Returns
CClassID Class id of the element

◆ create()

static EDL_API IDOMImageChannelSelectorFilterPtr IDOMImageChannelSelectorFilter::create ( IEDLClassFactory pFactory,
eSelection  selection,
uint8  channel = 0 
)
static

Simplified creator for a color converter filter.

Parameters
pFactoryThe EDL Class Factory
selectionWhich channel(s) to retain during filtering.
channelThe channel to select when using eSelectChannel.
Returns
IDOMImageChannelSelectorFilterPtr The new filter.

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