GetChartBkColor
|
Indicators |
SYNTAX | GetChartBkColor() |
RETURNS | NUMBER |
FUNCTION | Returns color value of chart background. Color value in AmiBroker is either one of predefined color constants (colorWhite, colorBlack), or RGB value with offset of 56 (number of predefined colors). So to get actual RGB value you need to subtract 56 from the result of that function. |
EXAMPLE | SetChartBkColor( ParamColor("Color", ColorRGB( 255, 255, 255 )
) ); |
SEE ALSO | SetChartBkColor() function , SetChartBkGradientFill() function |
The GetChartBkColor function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.