GradientStopPropertyColor

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the color of <mStop>
Associationscom.livecode.canvas
Summary

The color of a gradient stop value.

Parameters
NameTypeDescription
mStop

An expression which evaluates to a gradient stop.

Example
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]
Description

The color of mStop.

Tagscanvas