Author: disturbedrod

1 8 9 1092 / 92 POSTS
How to escape braces in a format string in C#

How to escape braces in a format string in C#

Whenever we're trying to add brackets in a string.Format command we need to escape them, so the problem is that we have string val = "1,2,3"; A [...]
Add clouds to an image creating a brush

Add clouds to an image creating a brush

When we're trying to add clouds to an image in photoshop, we'd normally think about adding the cloud in a layer, and just adjust it and blend it usi [...]
1 8 9 1092 / 92 POSTS