Struct WgpuColor
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WgpuColor
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
A
public double A { get; init; }
Property Value
B
public double B { get; init; }
Property Value
G
public double G { get; init; }
Property Value
R
public double R { get; init; }
Property Value
Transparent
public static WgpuColor Transparent { get; }