Packed Record TLinearRGBA

Hierarchy
Properties

Unit

Declaration

type TLinearRGBA = packed record

Description

LinearRGB color (32-bit floating point channels)

Overview

Fields

Public red: single;
Public green: single;
Public blue: single;
Public alpha: single;

Methods

Public class function New(const ARed,AGreen,ABlue:single): TLinearRGBA; overload; static;
Public class function New(const ARed,AGreen,ABlue,AAlpha:single): TLinearRGBA; overload; static;

Description

Fields

Public red: single;

This item has no description.

Public green: single;

This item has no description.

Public blue: single;

This item has no description.

Public alpha: single;

This item has no description.

Methods

Public class function New(const ARed,AGreen,ABlue:single): TLinearRGBA; overload; static;

This item has no description.

Public class function New(const ARed,AGreen,ABlue,AAlpha:single): TLinearRGBA; overload; static;

This item has no description.