C# Class CSharpUtils.Drawing.RGBA

Show file 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 property

public byte R
return byte