Click or drag to resize
Ab4d.SharpEngine logo

GradientStop Structure

Describes the location and color of a transition point in a gradient.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.SharpEngine.UtilitiesGradientStop

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public struct GradientStop

The GradientStop type exposes the following members.

Constructors
 NameDescription
Public methodGradientStop(Color3, Single) Constructor
Public methodGradientStop(Color4, Single) Constructor
Top
Methods
 NameDescription
Public methodStatic memberCreateArray Returns an array of GradientStop from an array of colors
Public methodStatic memberGradientStopComparison GradientStopComparison can be used to compare two GradientStops
Public methodToString ToString
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldColor Gets or sets the color of the gradient stop.
Public fieldOffset Gets the location of the gradient stop within the gradient vector.
Top
See Also