JVCL Help:TJvBrushPattern.OddColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBrushPattern.OddColor Property
[+] TJvBrushPattern Methods
[+] TJvBrushPattern Properties
Search in JVCL Help
Search in all projectsSummary
Defines the color to use for the odd pixels in a pattern brush.
Pascal
propertyOddColor: TColor;
Description
Set the value of OddColor to define what color is used for odd 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.EvenColor, TJvBrushPattern.GetBitmap
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