C# Class ARCed.Core.ColorHandler.ARGB

Struct containing data for a color of the ARGB color space.
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
ARGB ( int a, int r, int g, int b ) : System

Default constructor

Values are clamped between 0 and 255

ToString ( ) : string

Converts and returns the string representation of the object

Method Details

ARGB() public method

Default constructor
Values are clamped between 0 and 255
public ARGB ( int a, int r, int g, int b ) : System
a int Alpha value
r int Red value
g int Green value
b int Blue value
return System

ToString() public method

Converts and returns the string representation of the object
public ToString ( ) : string
return string