C# Class AlphaTab.Platform.Model.Color

Show file Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
Color ( byte r, byte g, byte b, byte a = 0xFF ) : System

Method Details

Color() public method

public Color ( byte r, byte g, byte b, byte a = 0xFF ) : System
r byte
g byte
b byte
a byte
return System