Aurelon Open API 8.1.1
|
Public Attributes | |
AOI_ObjectPtr | mContent |
Pointer to the object (tree) that defines the content of the softmask. | |
AOI_FunctionPtr | mTransfer |
mContent and the values that make-up the softmask | |
uint16_t | mBackDrop [4] |
mContent. | |
AOI_ColorSpaceEnum | mColorSpace |
defines how to interprete the number and content of these channels. | |
bool | mUsesAlpha |
SoftMask definition.
The SoftMask definition contains all information needed to render a softmask. If the pionters in this object are NULL then this signals that there is no softmask present.
Definition at line 15 of file AOI_Group.h.
uint16_t AOI_Object_Group::SoftMask::mBackDrop[4] |
mContent.
The colorspace that must be used to set-up the renderer to render the
Definition at line 21 of file AOI_Group.h.
AOI_ColorSpaceEnum AOI_Object_Group::SoftMask::mColorSpace |
defines how to interprete the number and content of these channels.
The initial contents of the renderer before rendering mContent. mColorSpace
Definition at line 23 of file AOI_Group.h.
AOI_FunctionPtr AOI_Object_Group::SoftMask::mTransfer |
mContent and the values that make-up the softmask
Pointer to the function that defines the transfer from the actual renderered
Definition at line 19 of file AOI_Group.h.
bool AOI_Object_Group::SoftMask::mUsesAlpha |
If the soft mask uses the alpha channel to define the transparency then this member is set to true. If luminosity is used this member is set to false.
Definition at line 25 of file AOI_Group.h.