packed record TRGBRec

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRGBRec = packed record

Description

A standard color type without alpha channel. E.g. used for copying data from other bitmap sources into an TAdBitmap.

Overview

Fields

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

Description

Fields

r:byte;

Red Value

g:byte;
 
b:byte;

Green Value

SourceForge.net Logo


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