LinearColor

Namespace: UAssetAPI.PropertyTypes.Structs

A linear, 32-bit/component floating point RGBA color.

public struct LinearColor

Inheritance ObjectValueTypeLinearColor
Implements ICloneable

Fields

R

public float R;

G

public float G;

B

public float B;

A

public float A;

Constructors

LinearColor(Single, Single, Single, Single)

LinearColor(float R, float G, float B, float A)

Parameters

R Single

G Single

B Single

A Single

Methods

Clone()

object Clone()

Returns

Object