Свойство | Type | Description | |
---|---|---|---|
A | byte | ||
B | byte | ||
Black | |||
Blue | |||
Cyan | |||
G | byte | ||
Green | |||
Magenta | |||
R | byte | ||
Red | |||
Transparent | |||
White | |||
Yellow |
Méthode | Description | |
---|---|---|
Color ( |
Construct the color from another
|
|
Color ( byte red, byte green, byte blue ) : System.Runtime.InteropServices |
Construct the color from its red, green and blue components
|
|
Color ( byte red, byte green, byte blue, byte alpha ) : System.Runtime.InteropServices |
Construct the color from its red, green, blue and alpha components
|
|
ToString ( ) : string |
Provide a string describing the object
|
public Color ( |
||
color | Color to copy | |
Résultat | System.Runtime.InteropServices |
public Color ( byte red, byte green, byte blue ) : System.Runtime.InteropServices | ||
red | byte | Red component |
green | byte | Green component |
blue | byte | Blue component |
Résultat | System.Runtime.InteropServices |
public Color ( byte red, byte green, byte blue, byte alpha ) : System.Runtime.InteropServices | ||
red | byte | Red component |
green | byte | Green component |
blue | byte | Blue component |
alpha | byte | Alpha (transparency) component |
Résultat | System.Runtime.InteropServices |
public static Color,CEngineSharp_Server.Utilities Black | ||
Résultat |
public static Color,CEngineSharp_Server.Utilities Blue | ||
Résultat |
public static Color,CEngineSharp_Server.Utilities Cyan | ||
Résultat |
public static Color,CEngineSharp_Server.Utilities Green | ||
Résultat |
public static Color,CEngineSharp_Server.Utilities Magenta | ||
Résultat |
public static Color,CEngineSharp_Server.Utilities Red | ||
Résultat |
public static Color,CEngineSharp_Server.Utilities Transparent | ||
Résultat |
public static Color,CEngineSharp_Server.Utilities White | ||
Résultat |