C# Class NewTOAPIA.Graphics.Lumb

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Empty Lumb
data byte

Public Methods

Method Description
GetBytes ( ) : byte[]
GetColor ( ) : ColorRGBA
Lumb ( byte lum ) : 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

Lumb() public method

public Lumb ( byte lum ) : System
lum 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 static property

public static Lumb,NewTOAPIA.Graphics Empty
return Lumb

data public property

public byte data
return byte