FOM Reference > Content > Colors > fGradientStop interface
  
fGradientStop interface
This object represents a single gradient stop point.
color attribute
The color to use at the specified position.
color
Access
read-write
Returns
fColor
position attribute
The position in the gradient to use the color.
position
Access
read-write
Returns
float
fGradientStop method
Creates a new anonymous fGradientStop object.
fGradientStop
Parameters
None
Returns
fGradientStop. The new fGradientStop object.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fGradientStop. The object corresponding to the serialized representation.