Table of Contents

Struct _RGBA

Namespace
Xui.Runtime.Software
Assembly
Xui.Runtime.Software.dll
public struct _RGBA
Inherited Members

Constructors

_RGBA(byte, byte, byte, byte)

public _RGBA(byte r, byte g, byte b, byte a)

Parameters

r byte
g byte
b byte
a byte

Fields

Alpha

public byte Alpha

Field Value

byte

Blue

public byte Blue

Field Value

byte

Green

public byte Green

Field Value

byte

Red

public byte Red

Field Value

byte

Methods

Blend(_RGBA, _RGBA, float)

public static _RGBA Blend(_RGBA dst, _RGBA src, float alphaFactor)

Parameters

dst _RGBA
src _RGBA
alphaFactor float

Returns

_RGBA

BlendByte(byte, byte, float)

public static byte BlendByte(byte dst, byte src, float alpha)

Parameters

dst byte
src byte
alpha float

Returns

byte