the color of <mStop>
The color of a gradient stop value.
An expression which evaluates to a gradient stop.
variable tStop put gradient stop at 0 with color [1,1,1] into tStop // Get the color of a stop variable tColor put the color of tStop into tColor // Set the stop color to red set the color of tStop to color [1,0,0]
The color of mStop.