C# Class Sparrow.Utils.ColorUtil

Mostrar archivo Open project: fmotagarcia/sparrow-sharp

Public Methods

Method Description
GetA ( uint color ) : byte
GetB ( uint color ) : byte
GetG ( uint color ) : byte
GetR ( uint color ) : byte
GetRGB ( byte r, byte g, byte b ) : uint

Method Details

GetA() public static method

public static GetA ( uint color ) : byte
color uint
return byte

GetB() public static method

public static GetB ( uint color ) : byte
color uint
return byte

GetG() public static method

public static GetG ( uint color ) : byte
color uint
return byte

GetR() public static method

public static GetR ( uint color ) : byte
color uint
return byte

GetRGB() public static method

public static GetRGB ( byte r, byte g, byte b ) : uint
r byte
g byte
b byte
return uint