TdxCustomColorPalette.GetStrokeColor(string) Method
Returns a color by its unique identifier (name) within the strokes palette.
Declaration
function GetStrokeColor(const ID: string): TdxAlphaColor; virtual; abstract;
Parameters
Name | Type |
---|---|
ID | string |
Returns
Type |
---|
TdxAlphaColor |
Remarks
This function does not have an implementation of the functionality that allows you to obtain colors from the strokes palette. Each TdxCustomColorPalette class descendant that implements a particular color palette container provides its own GetStrokeColor function implementation. Note that certain implementations ignore a string passed as the ID parameter.
See Also