C# Class XnaBuildContent.Rgba

Datei anzeigen Open project: jlyonsmith/XnaBuildContent

Public Properties

Property Type Description
A byte
B byte
G byte
R byte

Public Methods

Method Description
Rgba ( byte r, byte g, byte b, byte a ) : System

Method Details

Rgba() public method

public Rgba ( byte r, byte g, byte b, byte a ) : System
r byte
g byte
b byte
a byte
return System

Property Details

A public_oe property

public byte A
return byte

B public_oe property

public byte B
return byte

G public_oe property

public byte G
return byte

R public_oe property

public byte R
return byte