User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_colorinterpolationmode

Table of Contents

TGIS_ColorInterpolationMode enum

DK11 for Delphi | GisTypesUI.TGIS_ColorInterpolationMode | Enums

Defines color interpolation method.

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

Syntax

// Delphi
type
  TGIS_ColorInterpolationMode = (
    RGB, HSL, None, HSL360, HCL
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_ColorInterpolationMode unsigned short {
  RGB, HSL, None, HSL360, HCL
};

Members

Name Value Description
RGB Alpha, red, green and blue components interpolation.
HSL Alpha, hue, saturation and lightness components interpolation.
None No interpolation, discrete colors are used.
HSL360 Alpha, hue, saturation and lightness components interpolation. This method forcess the hue for the color to go through 360.
HCL Alpha, Hue, Chroma, Luminance components interpolation.

2024/01/30 01:22

Page Tools