C# Class PixelMagic.DestRegister

Inheritance: Register
Show file Open project: kumpera/PixelMagic Class Usage Examples

Public Methods

Method Description
DestRegister ( int val ) : System
MakeMask ( bool r, bool g, bool b, bool a ) : int
ToString ( ) : string

Method Details

DestRegister() public method

public DestRegister ( int val ) : System
val int
return System

MakeMask() public static method

public static MakeMask ( bool r, bool g, bool b, bool a ) : int
r bool
g bool
b bool
a bool
return int

ToString() public method

public ToString ( ) : string
return string