C# 클래스 Colors.ColorProcessor

파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
ProcessDefault ( IColor first, IColor second ) : string
Prosess ( Blue first, Green second ) : string
Prosess ( Green first, Green second ) : string
Prosess ( Red first, Blue second ) : string
Prosess ( Red first, Red second ) : string

메소드 상세

ProcessDefault() 공개 메소드

public ProcessDefault ( IColor first, IColor second ) : string
first IColor
second IColor
리턴 string

Prosess() 공개 메소드

public Prosess ( Blue first, Green second ) : string
first Blue
second Green
리턴 string

Prosess() 공개 메소드

public Prosess ( Green first, Green second ) : string
first Green
second Green
리턴 string

Prosess() 공개 메소드

public Prosess ( Red first, Blue second ) : string
first Red
second Blue
리턴 string

Prosess() 공개 메소드

public Prosess ( Red first, Red second ) : string
first Red
second Red
리턴 string