Method GetBackColor
GetBackColor(Color)
When implemented by a class, returns BackColor
or ForeColor
depending on Options
.
Color GetBackColor(Color color)
Parameters
color
ColorSpecifies default color to return if
BackColor
orForeColor
represent empty color.
Returns
- Color
ForeColor
ifLineStyleOptions.InvertColors
is on; otherwiseBackColor
.