Packed Record TAdobeRGBA

Hierarchy
Properties

Unit

Declaration

type TAdobeRGBA = packed record

Description

AdobeRGB color (8-bit channels)

Overview

Fields

Public red: byte;
Public green: byte;
Public blue: byte;
Public alpha: byte;

Methods

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

Description

Fields

Public red: byte;

This item has no description.

Public green: byte;

This item has no description.

Public blue: byte;

This item has no description.

Public alpha: byte;

This item has no description.

Methods

Public class function New(const ARed,AGreen,ABlue:byte): TAdobeRGBA; overload; static;

This item has no description.

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

This item has no description.