C# Class NScumm.Core.Graphics.Color

Show file Open project: scemino/nscumm Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FromRgb ( int r, int g, int b ) : Color

Method Details

FromRgb() public static method

public static FromRgb ( int r, int g, int b ) : Color
r int
g int
b int
return Color