packed record TAndorraColor

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAndorraColor = packed record

Description

Andorra 2Ds standard color type. Consists of four bytes for Red, Green, Blue and Alpha.

Overview

Fields

r:byte;
g:byte;
b:byte;
a:byte;

Description

Fields

r:byte;

Red Value

g:byte;

Green Value

b:byte;

Blue Value

a:byte;

Alpha Value

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00