C# Class cadencii.java.awt.Color

Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Свойство Type Description
BLACK Color
BLUE Color
CYAN Color
DARK_GRAY Color
GRAY Color
GREEN Color
LIGHT_GRAY Color
MAGENTA Color
ORANGE Color
PINK Color
RED Color
WHITE Color
YELLOW Color
black Color
blue Color
color System.Drawing.Color
cyan Color
darkGray Color
gray Color
green Color
lightGray Color
magenta Color
orange Color
pink Color
red Color
white Color
yellow Color

Méthodes publiques

Méthode Description
Color ( System value ) : System
Color ( int r, int g, int b ) : System
Color ( int r, int g, int b, int a ) : System
getBlue ( ) : int
getGreen ( ) : int
getRed ( ) : int

Method Details

Color() public méthode

public Color ( System value ) : System
value System
Résultat System

Color() public méthode

public Color ( int r, int g, int b ) : System
r int
g int
b int
Résultat System

Color() public méthode

public Color ( int r, int g, int b, int a ) : System
r int
g int
b int
a int
Résultat System

getBlue() public méthode

public getBlue ( ) : int
Résultat int

getGreen() public méthode

public getGreen ( ) : int
Résultat int

getRed() public méthode

public getRed ( ) : int
Résultat int

Property Details

BLACK public_oe static_oe property

黒を表します。
public static Color BLACK
Résultat Color

BLUE public_oe static_oe property

青を表します。
public static Color BLUE
Résultat Color

CYAN public_oe static_oe property

シアンを表します。
public static Color CYAN
Résultat Color

DARK_GRAY public_oe static_oe property

ダークグレイを表します。
public static Color DARK_GRAY
Résultat Color

GRAY public_oe static_oe property

グレイを表します。
public static Color GRAY
Résultat Color

GREEN public_oe static_oe property

緑を表します。
public static Color GREEN
Résultat Color

LIGHT_GRAY public_oe static_oe property

ライトグレイを表します。
public static Color LIGHT_GRAY
Résultat Color

MAGENTA public_oe static_oe property

マゼンタを表します。
public static Color MAGENTA
Résultat Color

ORANGE public_oe static_oe property

オレンジを表します。
public static Color ORANGE
Résultat Color

PINK public_oe static_oe property

ピンクを表します。
public static Color PINK
Résultat Color

RED public_oe static_oe property

赤を表します。
public static Color RED
Résultat Color

WHITE public_oe static_oe property

白を表します。
public static Color WHITE
Résultat Color

YELLOW public_oe static_oe property

黄を表します。
public static Color YELLOW
Résultat Color

black public_oe static_oe property

黒を表します。
public static Color black
Résultat Color

blue public_oe static_oe property

青を表します。
public static Color blue
Résultat Color

color public_oe property

public System.Drawing.Color color
Résultat System.Drawing.Color

cyan public_oe static_oe property

シアンを表します。
public static Color cyan
Résultat Color

darkGray public_oe static_oe property

ダークグレイを表します。
public static Color darkGray
Résultat Color

gray public_oe static_oe property

グレイを表します。
public static Color gray
Résultat Color

green public_oe static_oe property

緑を表します。
public static Color green
Résultat Color

lightGray public_oe static_oe property

ライトグレイを表します。
public static Color lightGray
Résultat Color

magenta public_oe static_oe property

マゼンタを表します。
public static Color magenta
Résultat Color

orange public_oe static_oe property

オレンジを表します。
public static Color orange
Résultat Color

pink public_oe static_oe property

ピンクを表します。
public static Color pink
Résultat Color

red public_oe static_oe property

赤を表します。
public static Color red
Résultat Color

white public_oe static_oe property

白を表します。
public static Color white
Résultat Color

yellow public_oe static_oe property

黄を表します。
public static Color yellow
Résultat Color