GradientStop
Mojo struct 🡭
GradientStop
@memory_only
struct GradientStopOne color stop: the color a ramp holds at offset, 0.0 to 1.0.
Fields
- offset (
Float64) - color (
Color)
Implemented traits
AnyType, Copyable, Deinitable, ImplicitlyCopyable, Movable
Methods
__init__
fn def __init__(out self, offset: Float64, color: Color)Args:
- offset (
Float64) - color (
Color) - self (
Self)
Returns:
Self