C# Class NewTOAPIA.Graphics.RGBAb

Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Empty RGBAb
alpha byte
blue byte
green byte
red byte

Public Methods

Method Description
GetBytes ( ) : byte[]
GetColor ( ) : ColorRGBA
RGBAb ( ColorRGBA aColor ) : System
RGBAb ( IPixel pixel ) : System
RGBAb ( byte red, byte green, byte blue, byte alpha ) : System
RGBAb ( int red, int green, int blue, int alpha ) : 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

RGBAb() public method

public RGBAb ( ColorRGBA aColor ) : System
aColor ColorRGBA
return System

RGBAb() public method

public RGBAb ( IPixel pixel ) : System
pixel IPixel
return System

RGBAb() public method

public RGBAb ( byte red, byte green, byte blue, byte alpha ) : System
red byte
green byte
blue byte
alpha byte
return System

RGBAb() public method

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

alpha public_oe property

public byte alpha
return byte

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