DK11 for Delphi | GisClasses.TGIS_ColorRampList.ByName | Constructors | Methods | Properties
Gets a color ramp by name.
// Delphi public function ByName( const _name : String ) : TGIS_GradientMap; overload;
// C++ Builder public: TGIS_GradientMap* ByName( const UnicodeString _name ) /* overload */;
Name | Type | Description |
---|---|---|
_name | String | name of a ramp |
Type | Description |
---|---|
TGIS_GradientMap | array of ramp map |
The full list of built-in color ramps is available on the TGIS_ColorRampList documentation page.