C# Class AnimationModels.Color

显示文件 Open project: uiacm/tower_creator

Public Methods

Method Description
Color ( ) : System
Color ( byte red, byte green, byte blue ) : System

Method Details

Color() public method

public Color ( ) : System
return System

Color() public method

public Color ( byte red, byte green, byte blue ) : System
red byte
green byte
blue byte
return System