Jump to content

Color wheel: Difference between revisions

m
Line 159:
RenderOptions.SetBitmapScalingMode(imgMain, BitmapScalingMode.HighQuality);
imgMain.Source = new WriteableBitmap(480, 480, 96, 96, PixelFormats.Bgr32, null);
// using slider you can change saturation and call DrawHue with different level
DrawHue(100);
}
7

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.