C# Class Colors.ColorProcessor

Show file Open project: Confirmit/Students

Public Methods

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

Method Details

ProcessDefault() public method

public ProcessDefault ( IColor first, IColor second ) : string
first IColor
second IColor
return string

Prosess() public method

public Prosess ( Blue first, Green second ) : string
first Blue
second Green
return string

Prosess() public method

public Prosess ( Green first, Green second ) : string
first Green
second Green
return string

Prosess() public method

public Prosess ( Red first, Blue second ) : string
first Red
second Blue
return string

Prosess() public method

public Prosess ( Red first, Red second ) : string
first Red
second Red
return string