Hello everyone! I have compiled a nice set of beautiful texture packs. I found these textures while searching for bokeh texture on deviantArt.
What is deviantArt?
deviantART is the largest online social network for artists. It was created to entertain, inspire, and empower the artist in all of us. You can register for deviantART for free and exhibit, promote, and share your works within a peer community dedicated to the arts.
deviantART is the largest online social network for artists. It was created to entertain, inspire, and empower the artist in all of us. You can register for deviantART for free and exhibit, promote, and share your works within a peer community dedicated to the arts.
I have added these textures to my library and thought that you might also like to include in your library too. So have a look at these texture beauties!
10 Comments
These textures are fantastic — thanks so much for posting links to them! 🙂
Thanks! 🙂
I am glad you liked it…
Wow, really nice texture, i like it. Thanks for sharing
you are welcome Isabella!
🙂
just started to surf ..
What beautiful collection its rocking. I am really impress.
Hi Nikhil
I Want to Make Dot Pattern, Do you help me ?
I have tried as following combinations to get dot patterns, I got Line Patterns Not DOT ………
Rectangle horizontalFillRectangle = new Rectangle();
horizontalFillRectangle.Width = 200;
horizontalFillRectangle.Height = 100;
// Create a horizontal linear gradient with four stops.
LinearGradientBrush myHorizontalGradient =
new LinearGradientBrush();
myHorizontalGradient.StartPoint = new Point(5.7, -0.001);
myHorizontalGradient.EndPoint = new Point(0.086, 4.7);
Color color = new Color();
color.A = 255;
color.ScR = 100;
color.Clamp();
color.R = 255;
color.G = 0;
color.B = 0;
myHorizontalGradient.GradientStops.Add( new GradientStop(color, 0));
myHorizontalGradient.GradientStops.Add(new GradientStop(Colors.White, 1));
myHorizontalGradient.SpreadMethod = GradientSpreadMethod.Reflect;
myHorizontalGradient.MappingMode = BrushMappingMode.Absolute;
// Use the brush to paint the rectangle.
mrectangle.Fill = myHorizontalGradient;
Beautiful collection, I like it.