IdxColorPalette.GetStrokeColor(string) Method
Returns a color by its unique identifier (name) within the strokes palette.
Declaration
function GetStrokeColor(const ID: string): TdxAlphaColor;
Parameters
| Name | Type |
|---|---|
| ID | string |
Returns
| Type |
|---|
| TdxAlphaColor |
Remarks
Call this function to obtain a TdxAlphaColor color whose name within the strokes palette is passed as the ID parameter.
Refer to the particular GetStrokeColor function implementation descriptions for detailed information.
See Also