
BBjGridCell::setForeColor
Description
In BBj 18.0 and higher, this method sets the foreground color in the BBjGridCell.
Syntax
Return Value |
Method |
void |
setForeColor(BBjColor p_color)) |
void |
setForeColor(int p_red, int p_green, int p_blue) |
void |
setForeColor(int p_red, int p_green, int p_blue, int p_a) |
Parameters
Variable |
Description |
color |
BBjColor value. |
red |
Integer representation of color red (0-255). |
blue |
Integer representation of color blue (0-255). |
green |
Integer representation of color green (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
BBj Object Diagram for an illustration of the relationship between BBjObjects.