TBlendMode Enumeration

Virtual Tree View

Not documented.

Pascal
TBlendMode = (bmConstantAlpha, bmPerPixelAlpha, bmMasterAlpha, bmConstantAlphaAndColor);
Description

Use other resources like the news group or the Delphi Gems message board to find a description.

Members
Members 
Description 
bmConstantAlpha 
apply given constant alpha 
bmPerPixelAlpha 
use alpha value of the source pixel 
bmMasterAlpha 
use alpha value of source pixel and multiply it with the constant alpha value 
bmConstantAlphaAndColor 
blend the destination color with the given constant color und the constant alpha value 
Group
File

VirtualTrees

Links
What do you think about this topic? Send feedback!