ForeColorRGBA Property
ForeColorRGBA returns the ColorRGBA object containing color properties applicable to the parent. Colors can be specified in detail using the ColorRGBA object. You can specify a color from the Surfer palette of colors, or the exact opacity, alpha, and individual RGB color values for the color. Returns a ColorRGBA Object. This is a read-only property.
Syntax
object.ForeColorRGBA
Example
This example demonstrates the ForeColorRGBA property.
FillFormat.ForeColorRGBA.Color= srfColorRed
Used By: FontFormat object, FillFormat object, LineFormat object