C# 클래스 CEngineSharp_Server.Utilities.Color

파일 보기 프로젝트 열기: JohnLamontagne/CEngineSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A byte
B byte
Black Color
Blue Color
Cyan Color
G byte
Green Color
Magenta Color
R byte
Red Color
Transparent Color
White Color
Yellow Color

공개 메소드들

메소드 설명
Color ( Color color ) : System.Runtime.InteropServices

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

메소드 상세

Color() 공개 메소드

Construct the color from another
public Color ( Color color ) : System.Runtime.InteropServices
color Color Color to copy
리턴 System.Runtime.InteropServices

Color() 공개 메소드

Construct the color from its red, green and blue components
public Color ( byte red, byte green, byte blue ) : System.Runtime.InteropServices
red byte Red component
green byte Green component
blue byte Blue component
리턴 System.Runtime.InteropServices

Color() 공개 메소드

Construct the color from its red, green, blue and alpha components
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
리턴 System.Runtime.InteropServices

ToString() 공개 메소드

Provide a string describing the object
public ToString ( ) : string
리턴 string

프로퍼티 상세

A 공개적으로 프로퍼티

Alpha (transparent) component of the color
public byte A
리턴 byte

B 공개적으로 프로퍼티

Blue component of the color
public byte B
리턴 byte

Black 공개적으로 정적으로 프로퍼티

Predefined black color
public static Color,CEngineSharp_Server.Utilities Black
리턴 Color

Blue 공개적으로 정적으로 프로퍼티

Predefined blue color
public static Color,CEngineSharp_Server.Utilities Blue
리턴 Color

Cyan 공개적으로 정적으로 프로퍼티

Predefined cyan color
public static Color,CEngineSharp_Server.Utilities Cyan
리턴 Color

G 공개적으로 프로퍼티

Green component of the color
public byte G
리턴 byte

Green 공개적으로 정적으로 프로퍼티

Predefined green color
public static Color,CEngineSharp_Server.Utilities Green
리턴 Color

Magenta 공개적으로 정적으로 프로퍼티

Predefined magenta color
public static Color,CEngineSharp_Server.Utilities Magenta
리턴 Color

R 공개적으로 프로퍼티

Red component of the color
public byte R
리턴 byte

Red 공개적으로 정적으로 프로퍼티

Predefined red color
public static Color,CEngineSharp_Server.Utilities Red
리턴 Color

Transparent 공개적으로 정적으로 프로퍼티

Predefined (black) transparent color
public static Color,CEngineSharp_Server.Utilities Transparent
리턴 Color

White 공개적으로 정적으로 프로퍼티

Predefined white color
public static Color,CEngineSharp_Server.Utilities White
리턴 Color

Yellow 공개적으로 정적으로 프로퍼티

Predefined yellow color
public static Color,CEngineSharp_Server.Utilities Yellow
리턴 Color