JVCL Help:TJvImageListTransparentMode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvImageListTransparentMode type
Search in JVCL Help
Search in all projectsSummary
Consists of flags that specifies the transparent color mode.
Pascal
run\JvImageList.pas
TJvImageListTransparentMode = (
tmNone,
tmAuto,
tmColor
);
Members
Members | Description |
tmNone | Do not use any mask. |
tmAuto | Use the pixel at the left bottom edge as mask color. |
tmColor | Use the TransparentColor property as mask color. |
Description
The type TJvImageListTransparentMode consists of flags that specifies the transparent color mode.
About
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