C# 클래스 ConfigTool.ColorPair

파일 보기 프로젝트 열기: fragmer/fCraft

공개 프로퍼티들

프로퍼티 타입 설명
background Color
foreground Color

공개 메소드들

메소드 설명
ColorPair ( Color _foreground, Color _background ) : System

메소드 상세

ColorPair() 공개 메소드

public ColorPair ( Color _foreground, Color _background ) : System
_foreground Color
_background Color
리턴 System

프로퍼티 상세

background 공개적으로 프로퍼티

public Color background
리턴 Color

foreground 공개적으로 프로퍼티

public Color foreground
리턴 Color