LowerColorRGBA Property

LowerColorRGBA returns the ColorRGBA object containing lower material color properties applicable to the surface.

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.LowerColorRGBA

Example

This example demonstrates the LowerColorRGBA property for a surface.

Surface.LowerColorRGBA.Color= srfColorRed

Used By: Surface object.