# Sandbox.Fill.GradientStop

A color stop at a normalized position in a shape gradient.

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`GradientStop`](/api/Sandbox.Fill.GradientStop/.ctor): Creates a stop with a normalized position and straight-alpha color.

## Properties

- [`Color`](/api/Sandbox.Fill.GradientStop/Color): Straight-alpha color, interpolated in premultiplied sRGB.
- [`Offset`](/api/Sandbox.Fill.GradientStop/Offset): Normalized position in [0, 1], validated when constructing a gradient.
