8#include "./AOI_Object.h" 
    9#include "./AOI_Contour.h" 
   10#include <ACPL/CString.h> 
   21                uint16_t                        mBackDrop[4];   
 
 
   34        const static uint32_t   Type = 
'GGRP';
 
   37        bool                    HasHardMask() 
const;
 
   38        bool                    HasSoftMask() 
const;
 
   41        bool                    GetEOFill() 
const;
 
   44        bool                    GetTransparencyGroup() 
const;
 
   45        bool                    GetIsolated() 
const;
 
   46        bool                    GetKnockOut() 
const;
 
 
   57        const static uint32_t   Type = 
'GLAY';
 
   58        const   aur::ACPL::UString GetName() 
const;
 
 
Base class for functions.
 
AOI_ColorSpaceEnum mColorSpace
defines how to interprete the number and content of these channels.
 
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
 
Group, mask and transparency group.
 
Base class for all graphic objects.