C# Class Tilengine.Color

Mostrar archivo Open project: megamarc/Tilengine

Public Properties

Property Type Description
R byte

Public Methods

Method Description
Color ( byte r, byte g, byte b ) : System

Method Details

Color() public method

public Color ( byte r, byte g, byte b ) : System
r byte
g byte
b byte
return System

Property Details

R public_oe property

public byte R
return byte