Name

kOfxImageEffectPropSupportsOverlays — Indicates whether a host support image effect ImageEffectOverlays.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSupportsOverlays "OfxImageEffectPropSupportsOverlays"

Type

kOfxImageEffectPropSupportsOverlays is of type int, and has only a single dimension.

Property Set

This is a property that belongs to the host descriptor (read only).

Valid Values

This must be one of

  • 0 - the host won't allow a plugin to draw a GUI over the output image,
  • 1 - the host will allow a plugin to draw a GUI over the output image.

Description

Indicates whether a host support image effect <link linkend="ImageEffectOverlays">ImageEffectOverlays</link>.