コード例 #1
0
 private void ChangeBrightness(int brightnessChange)
 {
     ImageOperations.ChangeBrightness(SelectedImage.Bitmap, brightnessChange);
 }