Packed Record TExpandedPixel

Hierarchy
Properties

Unit

Declaration

type TExpandedPixel = packed record

Description

Stores a gamma expanded RGB color. Values range from 0 to 65535 and are linear.

Overview

Fields

Public red: word;
Public green: word;
Public blue: word;
Public alpha: word;

Methods

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

Description

Fields

Public red: word;

This item has no description.

Public green: word;

This item has no description.

Public blue: word;

This item has no description.

Public alpha: word;

This item has no description.

Methods

Public class function New(const ARed,AGreen,ABlue:word): TExpandedPixel; overload; static;

This item has no description.

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

This item has no description.