Name

kOfxImageEffectHostPropNativeOrigin — Property that indicates the host native UI space - this is only a UI hint, has no impact on pixel processing

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectHostPropNativeOrigin  "OfxImageEffectHostPropNativeOrigin"

Type

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

Property Set

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

Valid Values

"kOfxImageEffectHostPropNativeOriginBottomLeft" - 0,0 bottom left "kOfxImageEffectHostPropNativeOriginTopLeft" - 0,0 top left "kOfxImageEffectHostPropNativeOriginCenter" - 0,0 center (screen space)

Description

Property that indicates the host native UI space - this is only a UI hint, has no impact on pixel processing

This property is set to kOfxHostNativeOriginBottomLeft pre V1.4 and was to be discovered by plug-ins. This is useful for drawing overlay for points... so everything matches the rest of the app (for example expression linking to other tools, or simply match the reported location of the host viewer).