File ofxOld.h
Defines
-
kOfxImageComponentYUVA
String to label images with YUVA components —ofxImageEffects.h.
- Deprecated:
removed in v1.4. Note, this has been deprecated in v1.3
-
kOfxImageEffectPropInAnalysis
Indicates whether an effect is performing an analysis pass. —ofxImageEffects.h.
Type - int X 1
Property Set - plugin instance (read/write)
Default - to 0
Valid Values - This must be one of 0 or 1
- Deprecated:
This feature has been deprecated - officially commented out v1.4.
-
kOfxInteractPropViewportSize
The size of an interact’s openGL viewport — ofxInteract.h.
Type - int X 2
Property Set - read only property on the interact instance and in argument to all the interact actions.
- Deprecated:
V1.3: This property is the redundant and its use will be deprecated in future releases. V1.4: Removed
-
kOfxParamDoubleTypeNormalisedX
value for the kOfxParamPropDoubleType property, indicating a size normalised to the X dimension. See kOfxParamPropDoubleType. — ofxParam.h
- Deprecated:
V1.3: Deprecated in favour of ::OfxParamDoubleTypeX V1.4: Removed
-
kOfxParamDoubleTypeNormalisedY
value for the kOfxParamPropDoubleType property, indicating a size normalised to the Y dimension. See kOfxParamPropDoubleType. — ofxParam.h
- Deprecated:
V1.3: Deprecated in favour of ::OfxParamDoubleTypeY V1.4: Removed
-
kOfxParamDoubleTypeNormalisedXAbsolute
value for the kOfxParamPropDoubleType property, indicating an absolute position normalised to the X dimension. See kOfxParamPropDoubleType. — ofxParam.h
- Deprecated:
V1.3: Deprecated in favour of ::OfxParamDoubleTypeXAbsolute V1.4: Removed
-
kOfxParamDoubleTypeNormalisedYAbsolute
value for the kOfxParamPropDoubleType property, indicating an absolute position normalised to the Y dimension. See kOfxParamPropDoubleType. — ofxParam.h
- Deprecated:
V1.3: Deprecated in favour of ::OfxParamDoubleTypeYAbsolute V1.4: Removed
-
kOfxParamDoubleTypeNormalisedXY
value for the kOfxParamPropDoubleType property, indicating normalisation to the X and Y dimension for 2D params. See kOfxParamPropDoubleType. — ofxParam.h
- Deprecated:
V1.3: Deprecated in favour of ::OfxParamDoubleTypeXY V1.4: Removed
-
kOfxParamDoubleTypeNormalisedXYAbsolute
value for the kOfxParamPropDoubleType property, indicating normalisation to the X and Y dimension for a 2D param that can be interpretted as an absolute spatial position. See kOfxParamPropDoubleType. — ofxParam.h
- Deprecated:
V1.3: Deprecated in favour of kOfxParamDoubleTypeXYAbsolute V1.4: Removed
Typedefs
-
typedef struct OfxYUVAColourB OfxYUVAColourB
Defines an 8 bit per component YUVA pixel — ofxPixels.h Deprecated in 1.3, removed in 1.4.
-
typedef struct OfxYUVAColourS OfxYUVAColourS
Defines an 16 bit per component YUVA pixel — ofxPixels.h.
- Deprecated:
Deprecated in 1.3, removed in 1.4
-
typedef struct OfxYUVAColourF OfxYUVAColourF
Defines an floating point component YUVA pixel — ofxPixels.h.
- Deprecated:
Deprecated in 1.3, removed in 1.4
-
struct OfxYUVAColourB
- #include <ofxOld.h>
Defines an 8 bit per component YUVA pixel — ofxPixels.h Deprecated in 1.3, removed in 1.4.
Public Members
-
unsigned char y
-
unsigned char u
-
unsigned char v
-
unsigned char a
-
unsigned char y
-
struct OfxYUVAColourS
- #include <ofxOld.h>
Defines an 16 bit per component YUVA pixel — ofxPixels.h.
- Deprecated:
Deprecated in 1.3, removed in 1.4
Public Members
-
unsigned short y
-
unsigned short u
-
unsigned short v
-
unsigned short a
-
struct OfxYUVAColourF
- #include <ofxOld.h>
Defines an floating point component YUVA pixel — ofxPixels.h.
- Deprecated:
Deprecated in 1.3, removed in 1.4
Public Members
-
float y
-
float u
-
float v
-
float a