The transparencyStop object defines the thematic opacity ramp in a sequence of stops. At least two stops are required. The stops must be listed in ascending order based on the value of the value property in each stop.

Referenced by: TransparencyInfo Visual Variable

Properties

PropertyDetails
labelA string value used to label the stop in the legend.
transparencyA numeric transparancy value for a stop ranging from 0-100, where 0 is opaque and 100 is 100% transparent.
valueThe pixel intensity value. Describes the pixel intensity value that the color should be associated with.

Example

{
"value": 0,
"transparency": 50
}