BBjGridCell::setBackColor
Description
In BBj 18.00 and higher, this method sets the background color in the BBjGridCell.
Syntax
| Return Value | Method |
|---|---|
| void | setBackColor(BBjColor color) |
| void | setBackColor(int red, int green, int blue) |
| void | setBackColor(int red, int green, int blue, int a) |
Parameters
| Parameter | Description |
|---|---|
| color | BBjColor value |
| red | Integer representation of color red (0-255). |
| green | Integer representation of color green (0-255). |
| blue | Integer representation of color blue (0-255). |
| a | Integer representation of intensity (0-255). |
Return Value
None.
Remarks
This function will automatically change the int values (R,G,B) and (R,G,B,a) to its BBjColor equivalents.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.