C# Class CSharpUtils.Drawing.RGBA

Datei anzeigen Open project: soywiz/csharputils

Public Properties

Property Type Description
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

R public_oe property

public byte R
return byte