User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_colorramplist.byname_string

TGIS_ColorRampList.ByName method

DK11 for Delphi | GisClasses.TGIS_ColorRampList.ByName | Constructors | Methods | Properties

Gets a color ramp by name.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function ByName(
    const _name : String
  ) : TGIS_GradientMap; overload;
// C++ Builder
public:
  TGIS_GradientMap* ByName(
    const UnicodeString _name
  ) /* overload */;

Parameters

Name Type Description
_name String name of a ramp

Result

Type Description
TGIS_GradientMap array of ramp map

Remarks

The full list of built-in color ramps is available on the TGIS_ColorRampList documentation page.

References

2023/02/24 20:31

Page Tools