Name

kOfxImageEffectPropComponents — Indicates the current component type in a clip or image (after any mapping)

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropComponents "OfxImageEffectPropComponents"

Type

kOfxImageEffectPropComponents is of type string, and has only a single dimension.

Property Set

This is a property that belongs to the clip instance (read only), image instance (read only).

Valid Values

This must be one of

  • kOfxImageComponentNone (implying a clip is unconnected, not valid for an image)
  • kOfxImageComponentRGBA
  • kOfxImageComponentAlpha

Description

Indicates the current component type in a clip or image (after any mapping)

Note that for a clip, this is the value set by the clip preferences action, not the raw 'actual' value of the clip.