User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_color.fromacmyk_single_single_single_single_single

Table of Contents

ITGIS_Color.FromACMYK method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Color.FromACMYK | Methods | Properties

Creates a transparent color with alpha using the CMYK color model.

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

Syntax

// C#
public ITGIS_Color FromACMYK(
  float _a,
  float _c,
  float _m,
  float _y,
  float _k
);
' VisualBasic
Public Function FromACMYK(
  ByVal _a As Single,
  ByVal _c As Single,
  ByVal _m As Single,
  ByVal _y As Single,
  ByVal _k As Single
) As ITGIS_Color
// Oxygene
public
  function FromACMYK(
    _a : Single;
    _c : Single;
    _m : Single;
    _y : Single;
    _k : Single
  ) : ITGIS_Color;

Parameters

Name Type Description
_a float
Single
alpha; expected value: 0..1
_c float
Single
cyan; expected value: 0..1
_m float
Single
magenta; expected value: 0..1
_y float
Single
yellow; expected value: 0..1
_k float
Single
key (black); expected value: 0..1

Result

Type Description
ITGIS_Color Created color.
2024/12/20 22:15

Page Tools