Packed Record TStdRGBA

Hierarchy
Properties

Unit

Declaration

type TStdRGBA = packed record

Description

StdRGB 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): TStdRGBA; overload; static;
Public class function New(const ARed,AGreen,ABlue,AAlpha:single): TStdRGBA; 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): TStdRGBA; overload; static;

This item has no description.

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

This item has no description.