Packed Record TLabA

Hierarchy
Properties

Unit

Declaration

type TLabA = packed record

Description

CIE Lab color (32-bit floating point channels)

Overview

Fields

Public L: single;
Public a: single;
Public b: single;
Public alpha: single;

Methods

Public class function New(const ALightness,Aa,Ab:single): TLabA; overload; static;
Public class function New(const ALightness,Aa,Ab,AAlpha:single): TLabA; overload; static;

Description

Fields

Public L: single;

This item has no description.

Public a: single;

This item has no description.

Public b: single;

This item has no description.

Public alpha: single;

This item has no description.

Methods

Public class function New(const ALightness,Aa,Ab:single): TLabA; overload; static;

This item has no description.

Public class function New(const ALightness,Aa,Ab,AAlpha:single): TLabA; overload; static;

This item has no description.