C# Class CatEye.Core.BrightnessStageOperation

Inheritance: StageOperation
Afficher le fichier Open project: bigfatbrowncat/CatEye

Méthodes publiques

Méthode Description
BrightnessStageOperation ( StageOperationParameters parameters ) : System
CalculateEfforts ( IBitmapCore hdp ) : double
OnDo ( IBitmapCore hdp ) : void

Method Details

BrightnessStageOperation() public méthode

public BrightnessStageOperation ( StageOperationParameters parameters ) : System
parameters StageOperationParameters
Résultat System

CalculateEfforts() public méthode

public CalculateEfforts ( IBitmapCore hdp ) : double
hdp IBitmapCore
Résultat double

OnDo() public méthode

public OnDo ( IBitmapCore hdp ) : void
hdp IBitmapCore
Résultat void