C# Class cadencii.java.awt.Color

Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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 method

public Color ( System value ) : System
value System
return System

Color() public method

public Color ( int r, int g, int b ) : System
r int
g int
b int
return System

Color() public method

public Color ( int r, int g, int b, int a ) : System
r int
g int
b int
a int
return System

getBlue() public method

public getBlue ( ) : int
return int

getGreen() public method

public getGreen ( ) : int
return int

getRed() public method

public getRed ( ) : int
return int

Property Details

BLACK public static property

黒を表します。
public static Color BLACK
return Color

BLUE public static property

青を表します。
public static Color BLUE
return Color

CYAN public static property

シアンを表します。
public static Color CYAN
return Color

DARK_GRAY public static property

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

GRAY public static property

グレイを表します。
public static Color GRAY
return Color

GREEN public static property

緑を表します。
public static Color GREEN
return Color

LIGHT_GRAY public static property

ライトグレイを表します。
public static Color LIGHT_GRAY
return Color

MAGENTA public static property

マゼンタを表します。
public static Color MAGENTA
return Color

ORANGE public static property

オレンジを表します。
public static Color ORANGE
return Color

PINK public static property

ピンクを表します。
public static Color PINK
return Color

RED public static property

赤を表します。
public static Color RED
return Color

WHITE public static property

白を表します。
public static Color WHITE
return Color

YELLOW public static property

黄を表します。
public static Color YELLOW
return Color

black public static property

黒を表します。
public static Color black
return Color

blue public static property

青を表します。
public static Color blue
return Color

color public property

public System.Drawing.Color color
return System.Drawing.Color

cyan public static property

シアンを表します。
public static Color cyan
return Color

darkGray public static property

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

gray public static property

グレイを表します。
public static Color gray
return Color

green public static property

緑を表します。
public static Color green
return Color

lightGray public static property

ライトグレイを表します。
public static Color lightGray
return Color

magenta public static property

マゼンタを表します。
public static Color magenta
return Color

orange public static property

オレンジを表します。
public static Color orange
return Color

pink public static property

ピンクを表します。
public static Color pink
return Color

red public static property

赤を表します。
public static Color red
return Color

white public static property

白を表します。
public static Color white
return Color

yellow public static property

黄を表します。
public static Color yellow
return Color