Пример #1
0
 private void ChangeContrast(int contrastChange, ContrastType contrastType)
 {
     ImageOperations.ChangeContrast(SelectedImage.Bitmap, contrastChange, contrastType);
 }