Skip to main content

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

double

B

public double B { get; init; }

Property Value

double

G

public double G { get; init; }

Property Value

double

R

public double R { get; init; }

Property Value

double

Transparent

public static WgpuColor Transparent { get; }

Property Value

WgpuColor