C# Class ColorsLibrary.Processor

Show file Open project: Confirmit/Students

Public Methods

Method Description
Process ( GreenColor firstGreenColor, GreenColor secondGreenColor ) : string
Process ( GreenColor greenColor, RedColor redColor ) : string
Process ( IColorable firstColorable, IColorable secondColorable ) : string
Process ( RedColor redColor, GreenColor greenColor ) : string
Process ( RedColor firstRedColor, RedColor secondRedColor ) : string

Method Details

Process() public method

public Process ( GreenColor firstGreenColor, GreenColor secondGreenColor ) : string
firstGreenColor GreenColor
secondGreenColor GreenColor
return string

Process() public method

public Process ( GreenColor greenColor, RedColor redColor ) : string
greenColor GreenColor
redColor RedColor
return string

Process() public method

public Process ( IColorable firstColorable, IColorable secondColorable ) : string
firstColorable IColorable
secondColorable IColorable
return string

Process() public method

public Process ( RedColor redColor, GreenColor greenColor ) : string
redColor RedColor
greenColor GreenColor
return string

Process() public method

public Process ( RedColor firstRedColor, RedColor secondRedColor ) : string
firstRedColor RedColor
secondRedColor RedColor
return string