Create Method (GradientStopCollection1)
In This Topic
Initializes a new instance of the
GradientStopCollection1 class.
Syntax
Parameters
- context
- The context.
- straightAlphaGradientStops
- An array of color values and offsets.
- preInterpolationSpace
- Specifies both the input color space and the space in which the color interpolation occurs.
- postInterpolationSpace
- The color space that colors will be converted to after interpolation occurs.
- bufferPrecision
- The precision of the texture used to hold interpolated values.
- extendMode
- Defines how colors outside of the range defined by the stop collection are determined.
- colorInterpolationMode
- The new gradient stop collection.
See Also