User Tools

Site Tools


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

Table of Contents

TGIS_Color.FromAHSV method

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

Creates a transparent color using the HSV color model.

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

Syntax

// Java
public static TGIS_Color FromAHSV(
  float _a,
  float _h,
  float _s,
  float _v
);
// Oxygene
public
  class function FromAHSV(
    _a : Single;
    _h : Single;
    _s : Single;
    _v : Single
  ) : TGIS_Color;

Parameters

Name Type Description
_a float
Single
alpha; expected value: 0..1
_h float
Single
hue; expected value: 0..1
_s float
Single
saturation; expected value: 0..1
_v float
Single
value (brightness); expected value: 0..1

Result

Type Description
TGIS_Color Created color.
2022/11/30 19:29

Page Tools