Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~6K People Reached
Favorite Tags
Member Avatar for gbertoli3
Member Avatar for habermanm
1
2K
Member Avatar for gbertoli3

Play any Sound File. Just add a reference to Microsoft.DirectX.AudioVideoPlayback(COM)

Member Avatar for Fifth Horseman
0
744
Member Avatar for gbertoli3

Set the Image's Gamma, Brightness, Contrast, Color; Enhance an Image's Edge; Turn it to a Grayscale Image; and Invert the Image.

0
151
Member Avatar for gbertoli3
0
976
Member Avatar for gbertoli3
Member Avatar for gbertoli3
Member Avatar for Arctic Giraffe

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 manually …

Member Avatar for gbertoli3
0
172
Member Avatar for laki234

hi here is BNF grammer.Can anybody help me to understand it. <bool exp> -> <bool term> { "&" <bool term>} <bool exp> -> "!" "(" <bool exp> ")" <bool exp> -> <relation> { "|" <relation>} <relation> -> <exp> ("=" | "<" | ">") <exp> <exp> -> <term> {"+" <term> | …

Member Avatar for gbertoli3
0
120
Member Avatar for patelb

Im trying to dynamically add controls such as text boxes, radio buttons, check boxes, etc to a user control(ascx page). Im basically trying to build a very simple faceted search. Here is the scenario the user defines a string that specifies what is to appear on the page, some thing …

Member Avatar for gbertoli3
0
91
Member Avatar for diyana

hi i have created a code that allows images from 5 picboxes to merge together. but i have a problem distinguishing them. after merging, i would want to have different greyscale values for the images merged into one picbox. my image is made up of [COLOR="red"]black and white[/COLOR] only. thus, …

Member Avatar for gbertoli3
0
1K