JCL Help:TDrawMode
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TDrawMode Enumeration
Search in JCL Help
Search in all projects
Summary
TDrawMode defines how the bitmap is combined with the backgrownd.
Pascal
public TDrawMode = (
dmOpaque,
dmBlend
);
Members
Members | Description |
dmOpaque | A color information from the foreground image completely replaces the background data. |
dmBlend | Foreground and background colors are blended together using per-pixel opacity of the foreground bitmap (stored in its alpha channel), multiplied by its MasterAlpha. |
Description
This is the type for DrawMode property of TJclBitmap32 class, and it is also passed as parameter in BlockTransfer and StretchTransfer functions.
About
Unit
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page