Aurelon Open API 8.1.1
|
Base class for shadings. More...
Public Member Functions | |
void | GetBounds (AOI_Rectangle &) const |
AOI_ColorSpace * | GetColorSpace () const |
const AOI_Mapping & | GetMapping () const |
uint32_t | GetType () const |
void | Dispose () |
Base class for shadings.
Definition at line 68 of file AOI_Style.h.
|
inherited |
Decreases the ownercount of this style. If the ownercount equals zero after this decrease, the style is not used anymore and will be deleted.
Definition at line 136 of file AOI_Style.cpp.
void AOI_Style_Shading::GetBounds | ( | AOI_Rectangle & | bounds | ) | const |
Returns the bounds of the AOI_Style_Shading.
bounds | Receives the bounds. |
Definition at line 196 of file AOI_Style.cpp.
AOI_ColorSpace * AOI_Style_Shading::GetColorSpace | ( | ) | const |
Returns the AOI_ColorSpace of the shading.
Definition at line 206 of file AOI_Style.cpp.
const AOI_Mapping & AOI_Style_Shading::GetMapping | ( | ) | const |
Returns the mapping of the shading.
Definition at line 216 of file AOI_Style.cpp.
|
inherited |
Returns the type of the style.
Possible values are:
Definition at line 101 of file AOI_Style.cpp.