C# Класс ColorsLibrary.Processor

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Process() публичный Метод

public Process ( GreenColor firstGreenColor, GreenColor secondGreenColor ) : string
firstGreenColor GreenColor
secondGreenColor GreenColor
Результат string

Process() публичный Метод

public Process ( GreenColor greenColor, RedColor redColor ) : string
greenColor GreenColor
redColor RedColor
Результат string

Process() публичный Метод

public Process ( IColorable firstColorable, IColorable secondColorable ) : string
firstColorable IColorable
secondColorable IColorable
Результат string

Process() публичный Метод

public Process ( RedColor redColor, GreenColor greenColor ) : string
redColor RedColor
greenColor GreenColor
Результат string

Process() публичный Метод

public Process ( RedColor firstRedColor, RedColor secondRedColor ) : string
firstRedColor RedColor
secondRedColor RedColor
Результат string