C# Class Processing.color

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
alpha byte
blue byte
green byte
red byte

Méthodes publiques

Méthode 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 méthode

public color ( byte gray ) : System
gray byte
Résultat System

color() public méthode

public color ( byte gray, byte alpha_ ) : System
gray byte
alpha_ byte
Résultat System

color() public méthode

public color ( byte red_, byte green_, byte blue_ ) : System
red_ byte
green_ byte
blue_ byte
Résultat System

color() public méthode

public color ( byte red_, byte green_, byte blue_, byte alpha_ ) : System
red_ byte
green_ byte
blue_ byte
alpha_ byte
Résultat System

Property Details

alpha public_oe property

public byte alpha
Résultat byte

blue public_oe property

public byte blue
Résultat byte

green public_oe property

public byte green
Résultat byte

red public_oe property

public byte red
Résultat byte