User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_color.fromhcl_double_double_double

Table of Contents

TGIS_Color.FromHCL method

DK11 for Java | tatukgis.jdk.TGIS_Color.FromHCL | Fields | Methods | Properties

Creates a color using the HCL color model.

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

Syntax

// Java
public static TGIS_Color FromHCL(
  double _h,
  double _c,
  double _l
);
// Oxygene
public
  class function FromHCL(
    _h : Double;
    _c : Double;
    _l : Double
  ) : TGIS_Color;

Parameters

Name Type Description
_h double
Double
hue; expected value: 0..1
_c double
Double
chroma; expected value: 0..1.5
_l double
Double
luminance; expected value: 0..1

Result

Type Description
TGIS_Color Created color.
2024/01/31 01:38

Page Tools