Struct _RGBA
public struct _RGBA
- Inherited Members
Constructors
_RGBA(byte, byte, byte, byte)
public _RGBA(byte r, byte g, byte b, byte a)
Parameters
Fields
Alpha
public byte Alpha
Field Value
Blue
public byte Blue
Field Value
Green
public byte Green
Field Value
Red
public byte Red
Field Value
Methods
Blend(_RGBA, _RGBA, float)
public static _RGBA Blend(_RGBA dst, _RGBA src, float alphaFactor)
Parameters
Returns
BlendByte(byte, byte, float)
public static byte BlendByte(byte dst, byte src, float alpha)