C# Class Processing.color

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
alpha byte
blue byte
green byte
red byte

Public Methods

Method Description
color ( byte gray ) : System
color ( byte gray, byte alpha_ ) : System
color ( byte red_, byte green_, byte blue_ ) : System
color ( byte red_, byte green_, byte blue_, byte alpha_ ) : System

Method Details

color() public method

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

color() public method

public color ( byte gray, byte alpha_ ) : System
gray byte
alpha_ byte
return System

color() public method

public color ( byte red_, byte green_, byte blue_ ) : System
red_ byte
green_ byte
blue_ byte
return System

color() public method

public color ( byte red_, byte green_, byte blue_, byte alpha_ ) : System
red_ byte
green_ byte
blue_ byte
alpha_ byte
return System

Property Details

alpha public property

public byte alpha
return byte

blue public property

public byte blue
return byte

green public property

public byte green
return byte

red public property

public byte red
return byte