Aurelon Open API 8.1.1
|
Color fill. More...
Public Member Functions | |
void | GetColor (AOI_Color &) const |
AOI_ColorSpace * | GetSpace () const |
void | GetDescriptor (char *name) const |
uint32_t | GetType () const |
void | Dispose () |
Static Public Member Functions | |
static AOI_Style_Color * | Create (AOI_Document *document, const AOI_Color &) |
Color fill.
Definition at line 55 of file AOI_Style.h.
|
static |
Creates a AOI_Style_Color.
document | The AOI_Document this style is used in. |
color | The AOI_Color the style should use. |
Definition at line 149 of file AOI_Style.cpp.
|
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_Color::GetColor | ( | AOI_Color & | color | ) | const |
returns the AOI_Style_Color of a style.
color | Receives the AOI_Color. |
Definition at line 160 of file AOI_Style.cpp.
void AOI_Style_Color::GetDescriptor | ( | char * | name | ) | const |
Returns the name of a AOI_Style_Color, along with the corresponding percentages.
Examples:
/param name A buffer which should be long enough to hold the name.
Definition at line 186 of file AOI_Style.cpp.
AOI_ColorSpace * AOI_Style_Color::GetSpace | ( | ) | const |
Returns the AOI_ColorSpace of this style.
Definition at line 172 of file AOI_Style.cpp.
|
inherited |
Returns the type of the style.
Possible values are:
Definition at line 101 of file AOI_Style.cpp.