Packed Record TLChA

Hierarchy
Properties

Unit

Declaration

type TLChA = packed record

Description

CIE LCh color (32-bit floating point channels)

Overview

Fields

Public L: single;
Public C: single;
Public h: single;
Public alpha: single;

Methods

Public class function New(const ALightness,AChroma,AHue:single): TLChA; overload; static;
Public class function New(const ALightness,AChroma,AHue,AAlpha:single): TLChA; overload; static;

Description

Fields

Public L: single;

This item has no description.

Public C: single;

This item has no description.

Public h: single;

This item has no description.

Public alpha: single;

This item has no description.

Methods

Public class function New(const ALightness,AChroma,AHue:single): TLChA; overload; static;

This item has no description.

Public class function New(const ALightness,AChroma,AHue,AAlpha:single): TLChA; overload; static;

This item has no description.