void Karistir() { for (int x = 0; x < Orjinal.Width; x++) { for (int y = 0; y < Orjinal.Height; y++) { Karma.SetPixel(x, y, GetColorK(x, y)); } } }