Aurelon Open API 8.1.1
|
Function based shading. More...
Public Member Functions | |
AOI_Function ** | GetFunctions () const |
void | GetBounds (AOI_Rectangle &) const |
AOI_ColorSpace * | GetColorSpace () const |
const AOI_Mapping & | GetMapping () const |
uint32_t | GetType () const |
void | Dispose () |
Function based shading.
Definition at line 83 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.
|
inherited |
Returns the bounds of the AOI_Style_Shading.
bounds | Receives the bounds. |
Definition at line 196 of file AOI_Style.cpp.
|
inherited |
Returns the AOI_ColorSpace of the shading.
Definition at line 206 of file AOI_Style.cpp.
AOI_Function ** AOI_Style_FunctionShading::GetFunctions | ( | ) | const |
Returns an array of functions which make up the function shading.
Definition at line 226 of file AOI_Style.cpp.
|
inherited |
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.