跳到主要内容
版本:Next

Struct MarkerColor

Namespace: OblivionMp.Sdk.Values
Assembly: OblivionMp.Sdk.dll

RGBA marker color, each channel 0..1.

public readonly struct MarkerColor

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

MarkerColor(float, float, float, float)

RGBA marker color, each channel 0..1.

public MarkerColor(float r, float g, float b, float a = 1)

Parameters

r float

g float

b float

a float

Properties

A

public float A { get; }

Property Value

float

B

public float B { get; }

Property Value

float

G

public float G { get; }

Property Value

float

R

public float R { get; }

Property Value

float

White

public static MarkerColor White { get; }

Property Value

MarkerColor