C# Class NewTOAPIA.Graphics.RGBd

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
Empty RGBd
blue double
green double
red double

Public Methods

Method Description
GetBytes ( ) : byte[]
GetColor ( ) : ColorRGBA
RGBd ( byte bytes ) : System
RGBd ( double gray ) : System
RGBd ( double red, double green, double 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

RGBd() public method

public RGBd ( byte bytes ) : System
bytes byte
return System

RGBd() public method

public RGBd ( double gray ) : System
gray double
return System

RGBd() public method

public RGBd ( double red, double green, double blue ) : System
red double
green double
blue double
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 RGBd,NewTOAPIA.Graphics Empty
return RGBd

blue public property

public double blue
return double

green public property

public double green
return double

red public property

public double red
return double