JVCL Help:TJvBrushPattern.EvenColor

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the color to use for the even pixels in a pattern brush.


Pascal

 propertyEvenColor: TColor;


Description

Set the value of EvenColor to define what color is used for even pixels in the brush pattern returned by calling GetBitmap.
Note "OddColor" and "EvenColor" aren't exactly correct terminology in this context since the bitmap is built by alternating EvenColor and OddColor in such a manner that it creates a checker board pattern.


See Also

TJvBrushPattern.GetBitmap, TJvBrushPattern.OddColor


About

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