C# Class NewTOAPIA.Graphics.RGBb

Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Empty RGBb
blue byte
green byte
red byte

Public Methods

Method Description
GetBytes ( ) : byte[]
GetColor ( ) : ColorRGBA
RGBb ( byte gray ) : System
RGBb ( byte red, byte green, byte blue ) : System
SetBytes ( byte bytes ) : void
SetBytes ( byte bytes, int startIndex ) : void
SetColor ( ColorRGBA aColor ) : void
ToRGBAb ( ) : RGBAb

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

GetColor() public method

public GetColor ( ) : ColorRGBA
return ColorRGBA

RGBb() public method

public RGBb ( byte gray ) : System
gray byte
return System

RGBb() public method

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

SetBytes() public method

public SetBytes ( byte bytes ) : void
bytes byte
return void

SetBytes() public method

public SetBytes ( byte bytes, int startIndex ) : void
bytes byte
startIndex int
return void

SetColor() public method

public SetColor ( ColorRGBA aColor ) : void
aColor ColorRGBA
return void

ToRGBAb() public method

public ToRGBAb ( ) : RGBAb
return RGBAb

Property Details

Empty public_oe static_oe property

public static RGBb,NewTOAPIA.Graphics Empty
return RGBb

blue public_oe property

public byte blue
return byte

green public_oe property

public byte green
return byte

red public_oe property

public byte red
return byte