MissingDataColorRGBA Property
MissingDataColorRGBA returns the ColorRGBA object containing color properties applicable to the parent. Returns a ColorRGBA object. It is a read-only property.
Syntax
object.MissingDataColorRGBA
Example
This example shows how to set the opacity of the missing data to 0% (transparent).
ColorReliefLayer.MissingDataColorRGBA.Opacity=0
Used By: ColorReliefLayer Object