Struct PenikoRadialGradientInfo
Namespace: VelloSharp
Assembly: VelloSharp.dll
public readonly record struct PenikoRadialGradientInfo : IEquatable<PenikoRadialGradientInfo>
Implements
IEquatable<PenikoRadialGradientInfo>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
PenikoRadialGradientInfo(PenikoRadialGradient, PenikoExtend, IReadOnlyList<PenikoColorStop>)
public PenikoRadialGradientInfo(PenikoRadialGradient Gradient, PenikoExtend Extend, IReadOnlyList<PenikoColorStop> Stops)
Parameters
Gradient
PenikoRadialGradient
Extend
PenikoExtend
Stops
IReadOnlyList<PenikoColorStop>
Properties
Extend
public PenikoExtend Extend { get; init; }
Property Value
Gradient
public PenikoRadialGradient Gradient { get; init; }
Property Value
Stops
public IReadOnlyList<PenikoColorStop> Stops { get; init; }