Unit NvOS8Routines

Classes

Functions

LoadShades -
ShadeColor - Take the base colour and apply desire shade-offset from base

Types

TShade

Constants

Variables


Functions


function LoadShades(BaseColor: TColor): TShade;


function ShadeColor(BaseColor: TColor; Offset: Integer): TColor;

Take the base colour and apply desire shade-offset from base

Types


TShade = Array[0..15] of TColor;
Envy Technologies Apple Macintosh OS 8 Platium Controls for Delphi 32 TNvOS8Routines - Common routines used by the controls Amendment Log ============= 10/Feb/1997 DamienG New unit created to share colour-shading code

Constants


Variables