|
Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit idEffectProcessor
Description
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
procedure BreakColorUpIntoRGB(cColor:TColor; var r,g,b:byte); |
|
|
function BuildColorFromRGB(r,g,b:word):TColor; |
|
|
function LightenBy(AColor: TColor; Pcnt: byte): TColor; |
|
|
function DarkenBy(AColor: TColor; Pcnt: byte): TColor; |
|
|
function BatchFolder: WideString; |
|
|
Types
TVersionChange = (...); |
Values
|
Constants
UndoFileExtension = '.iditemp.tif'; |
|
|
Variables
Generated by PasDoc 0.15.0.
|