JVCL Help:TJvImageListTransparentMode

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Consists of flags that specifies the transparent color mode.

run\JvImageList.pas


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.

run\JvImageList.pas


Description

The type TJvImageListTransparentMode consists of flags that specifies the transparent color mode.

run\JvImageList.pas


About

Navigation

no pages or subcategories

run\JvImageList.pas



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