|
Summary
This article describes how to set the colors in the gradient box controls in Variad's demo program, as shown below:

Details
There are four GradientBox controls shown in this demo program. One is the solid blue background along the left
edge of the screen. It just uses a single gradient with no caption. The other three boxes are within the background
box and have their own settings as well.
The following RGB colors are used for the GradientBox controls in this demo:
| |
Background Box Color1 |
Background Box Color2 |
Caption Color1 |
Caption Color2 |
Color1 |
Color2 |
ForeColor |
| Blue |
RGB(122, 161, 230) |
RGB(99, 117, 214) |
RGB(255, 255, 255) |
RGB(198, 211, 247) |
RGB(214, 223, 247) |
RGB(255, 255, 255) |
RGB(33, 93, 198) |
| Green |
RGB(203, 216, 172) |
RGB(165, 189, 132) |
RGB(255, 252, 236) |
RGB(224, 231, 184) |
RGB(246, 246, 236) |
RGB(246, 246, 236) |
RGB(86, 102, 45) |
| Silver |
RGB(196, 200, 212) |
RGB(179, 181, 201) |
RGB(255, 255, 255) |
RGB(214, 215, 224) |
RGB(226, 226, 233) |
RGB(255, 255, 255) |
RGB(63, 61, 61) |
|