BackColorRGBA Property

BackColorRGBA 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, you can specify the exact opacity, alpha, and individual RGB color values for the color. Returns a ColorRGBA object. This is a read-only property.

Syntax

object.BackColorRGBA

Example

This example demonstrates the BackColorRGBA property.

FillFormat.BackColorRGBA.Color = srfColorDarkGreen

Used By: FontFormat object, FillFormat object