Name

kOfxInteractPropHasAlpha — Indicates whether the interact's frame buffer has an alpha component or not

Synopsis

#include "/ofxInteract.h"
#define kOfxInteractPropHasAlpha "OfxInteractPropHasAlpha"

Type

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

Property Set

This is a property that belongs to the interact instance and descriptor (read only).

Valid Values

This must be one of

  • 0 indicates no alpha component
  • 1 indicates an alpha component

Description

Indicates whether the interact's frame buffer has an alpha component or not