- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
10 Posted Topics
Get the Driver's Name, Path, Description, Status, and Start Mode | |
Play any Sound File. Just add a reference to Microsoft.DirectX.AudioVideoPlayback(COM) | |
Set the Image's Gamma, Brightness, Contrast, Color; Enhance an Image's Edge; Turn it to a Grayscale Image; and Invert the Image. | |
Change a Color Image into a Grayscale(Black & White) Image. | |
Re: [QUOTE=Arctic Giraffe;740727]Are there any methods in C# to adjust the hue, lightness and saturation of textures? I have a Texture2D object in which I want to gradually change the hue of every pixel in the texture by the same amount over time. Just as if I was in Paint.NET and … | |
Re: Try posting this in the [url=http://www.daniweb.com/forums/forum18.html]ASP.NET Forum[/url]. Hope this helps | |
Re: I was just trying to make the same thing. It took me a while but I got it. Hope this helps [code=csharp] /// <summary> /// Merges 4 Images into 1 Image. /// </summary> /// <param name="image1">The Image you want in the Top-Left Corner.</param> /// <param name="image2">The Image you want in … |
The End.