Advertisement

Results for "Author: sunero technologies"

C_Volume2 #77871
Rainbow Drawing Tool

This is simple but really cool effect and a step over the normal pen tool (like in paintbrush). This pen draws in rainbow colours! Check it out... Please vote and leave comments.

Java_Volume1 #89000
Four Colour Gradient (one on each corner, Updated with more examples)

This module can draw a gradient with four colours, one on each corner. It is not really hard to draw such a gradient, only it is slow. As the loops get larger, the processing takes more time. Even if you use DIB sections, you still have to perform large loops, slowing down the performance. But, by this method, it is possible to eliminate the larger loops, hence increasing the performance manifold. On my PII 233 MHz, drawing a gradient of 640 * 480 took 0.771 (as seen in the screenshot) seconds in the IDE and 0.44 seconds on compiling. New examples include drawing of Hue/Blackness, Hue/Whiteness and Hue/Saturation (Like VB) colour models.

Java_Volume1 #91099
Four Colour Gradient - One colour on each corner - New Version

New Version! FOr those of you who did not see the previous project, this is a module that draws four colour gradients, one colour each corner of the rectangle. Thanks for voting for the previous release. Since RGB values range from 0 to 255, the changes of RGB values should fit in a square of dimensions 255 x 255. Hence using this theory, I have made a module that draws gradients super fast irrespective of it's size. Also, I have included optional halftoning of colours to get smoothest gradients irrespective of the screen resolutions (lower resolutions otherwise would cause 'banding'). Please vote. Thanks again.

Java_Volume1 #96412
Super Gradients (Multiple Colours and custom colour positions supported)

Super Gradients is a class that allows you to draw gradients at blazing speeds with n number of colours at required positions. It is incredibly simple to use. Drop the class in your project, give one array containing all the colours and one array containing the position of the colours (positioning is optional) and simply ask it to render. The given example implementation shows you how to draw Microsoft Word style Gold and Chrome effects. Also includes a demonstration on setting a colour's position in the gradient (use the scrollbar). The next demonstration shows you how to draw Box-style gradients and uses 16 randomly generated colours. Also has examples on simple setup style two colour gradients. All the above stated examples can be seen in the pic below with the Gold effect filled in. If you have some experience in graphics, you can also use the given functions to implement with very less effort your own gradient styles such as circular, conical or radial, from corners or even diagonal. Please feel free to comment. Thanks.

Java_Volume1 #96415
Rainbow Drawing Tool

This is simple but really cool effect and a step over the normal pen tool (like in paintbrush). This pen draws in rainbow colours! Check it out... Please vote and leave comments.

1_2002 #105967
Super Gradients (Multiple Colours and custom colour positions supported)

Super Gradients is a class that allows you to draw gradients at blazing speeds with n number of colours at required positions. It is incredibly simple to use. Drop the class in your project, give one array containing all the colours and one array containing the position of the colours (positioning is optional) and simply ask it to render. The given example implementation shows you how to draw Microsoft Word style Gold and Chrome effects. Also includes a demonstration on setting a colour's position in the gradient (use the scrollbar). The next demonstration shows you how to draw Box-style gradients and uses 16 randomly generated colours. Also has examples on simple setup style two colour gradients. All the above stated examples can be seen in the pic below with the Gold effect filled in. If you have some experience in graphics, you can also use the given functions to implement with very less effort your own gradient styles such as circular, conical or radial, from corners or even diagonal. Please feel free to comment. Thanks.

1_2002 #105968
Rainbow Drawing Tool

This is simple but really cool effect and a step over the normal pen tool (like in paintbrush). This pen draws in rainbow colours! Check it out... Please vote and leave comments.

1_2002 #105969
Four Colour Gradient (one on each corner, Updated with more examples)

This module can draw a gradient with four colours, one on each corner. It is not really hard to draw such a gradient, only it is slow. As the loops get larger, the processing takes more time. Even if you use DIB sections, you still have to perform large loops, slowing down the performance. But, by this method, it is possible to eliminate the larger loops, hence increasing the performance manifold. On my PII 233 MHz, drawing a gradient of 640 * 480 took 0.771 (as seen in the screenshot) seconds in the IDE and 0.44 seconds on compiling. New examples include drawing of Hue/Blackness, Hue/Whiteness and Hue/Saturation (Like VB) colour models.

2_2002-2004 #116147
Four Colour Gradient (one on each corner, Updated with more examples)

This module can draw a gradient with four colours, one on each corner. It is not really hard to draw such a gradient, only it is slow. As the loops get larger, the processing takes more time. Even if you use DIB sections, you still have to perform large loops, slowing down the performance. But, by this method, it is possible to eliminate the larger loops, hence increasing the performance manifold. On my PII 233 MHz, drawing a gradient of 640 * 480 took 0.771 (as seen in the screenshot) seconds in the IDE and 0.44 seconds on compiling. New examples include drawing of Hue/Blackness, Hue/Whiteness and Hue/Saturation (Like VB) colour models.

2_2002-2004 #118246
Four Colour Gradient - One colour on each corner - New Version

New Version! FOr those of you who did not see the previous project, this is a module that draws four colour gradients, one colour each corner of the rectangle. Thanks for voting for the previous release. Since RGB values range from 0 to 255, the changes of RGB values should fit in a square of dimensions 255 x 255. Hence using this theory, I have made a module that draws gradients super fast irrespective of it's size. Also, I have included optional halftoning of colours to get smoothest gradients irrespective of the screen resolutions (lower resolutions otherwise would cause 'banding'). Please vote. Thanks again.

2_2002-2004 #123559
Super Gradients (Multiple Colours and custom colour positions supported)

Super Gradients is a class that allows you to draw gradients at blazing speeds with n number of colours at required positions. It is incredibly simple to use. Drop the class in your project, give one array containing all the colours and one array containing the position of the colours (positioning is optional) and simply ask it to render. The given example implementation shows you how to draw Microsoft Word style Gold and Chrome effects. Also includes a demonstration on setting a colour's position in the gradient (use the scrollbar). The next demonstration shows you how to draw Box-style gradients and uses 16 randomly generated colours. Also has examples on simple setup style two colour gradients. All the above stated examples can be seen in the pic below with the Gold effect filled in. If you have some experience in graphics, you can also use the given functions to implement with very less effort your own gradient styles such as circular, conical or radial, from corners or even diagonal. Please feel free to comment. Thanks.

2_2002-2004 #123562
Rainbow Drawing Tool

This is simple but really cool effect and a step over the normal pen tool (like in paintbrush). This pen draws in rainbow colours! Check it out... Please vote and leave comments.

3_2004-2005 #134691
Four Colour Gradient (one on each corner, Updated with more examples)

This module can draw a gradient with four colours, one on each corner. It is not really hard to draw such a gradient, only it is slow. As the loops get larger, the processing takes more time. Even if you use DIB sections, you still have to perform large loops, slowing down the performance. But, by this method, it is possible to eliminate the larger loops, hence increasing the performance manifold. On my PII 233 MHz, drawing a gradient of 640 * 480 took 0.771 (as seen in the screenshot) seconds in the IDE and 0.44 seconds on compiling. New examples include drawing of Hue/Blackness, Hue/Whiteness and Hue/Saturation (Like VB) colour models.

3_2004-2005 #136790
Four Colour Gradient - One colour on each corner - New Version

New Version! FOr those of you who did not see the previous project, this is a module that draws four colour gradients, one colour each corner of the rectangle. Thanks for voting for the previous release. Since RGB values range from 0 to 255, the changes of RGB values should fit in a square of dimensions 255 x 255. Hence using this theory, I have made a module that draws gradients super fast irrespective of it's size. Also, I have included optional halftoning of colours to get smoothest gradients irrespective of the screen resolutions (lower resolutions otherwise would cause 'banding'). Please vote. Thanks again.

3_2004-2005 #142103
Super Gradients (Multiple Colours and custom colour positions supported)

Super Gradients is a class that allows you to draw gradients at blazing speeds with n number of colours at required positions. It is incredibly simple to use. Drop the class in your project, give one array containing all the colours and one array containing the position of the colours (positioning is optional) and simply ask it to render. The given example implementation shows you how to draw Microsoft Word style Gold and Chrome effects. Also includes a demonstration on setting a colour's position in the gradient (use the scrollbar). The next demonstration shows you how to draw Box-style gradients and uses 16 randomly generated colours. Also has examples on simple setup style two colour gradients. All the above stated examples can be seen in the pic below with the Gold effect filled in. If you have some experience in graphics, you can also use the given functions to implement with very less effort your own gradient styles such as circular, conical or radial, from corners or even diagonal. Please feel free to comment. Thanks.

3_2004-2005 #142106
Rainbow Drawing Tool

This is simple but really cool effect and a step over the normal pen tool (like in paintbrush). This pen draws in rainbow colours! Check it out... Please vote and leave comments.

4_2005-2006 #152483
Four Colour Gradient - One colour on each corner - New Version

New Version! FOr those of you who did not see the previous project, this is a module that draws four colour gradients, one colour each corner of the rectangle. Thanks for voting for the previous release. Since RGB values range from 0 to 255, the changes of RGB values should fit in a square of dimensions 255 x 255. Hence using this theory, I have made a module that draws gradients super fast irrespective of it's size. Also, I have included optional halftoning of colours to get smoothest gradients irrespective of the screen resolutions (lower resolutions otherwise would cause 'banding'). Please vote. Thanks again.

4_2005-2006 #152484
Four Colour Gradient (one on each corner, Updated with more examples)

This module can draw a gradient with four colours, one on each corner. It is not really hard to draw such a gradient, only it is slow. As the loops get larger, the processing takes more time. Even if you use DIB sections, you still have to perform large loops, slowing down the performance. But, by this method, it is possible to eliminate the larger loops, hence increasing the performance manifold. On my PII 233 MHz, drawing a gradient of 640 * 480 took 0.771 (as seen in the screenshot) seconds in the IDE and 0.44 seconds on compiling. New examples include drawing of Hue/Blackness, Hue/Whiteness and Hue/Saturation (Like VB) colour models.

4_2005-2006 #152485
Rainbow Drawing Tool

This is simple but really cool effect and a step over the normal pen tool (like in paintbrush). This pen draws in rainbow colours! Check it out... Please vote and leave comments.

4_2005-2006 #152486
Super Gradients (Multiple Colours and custom colour positions supported)

Super Gradients is a class that allows you to draw gradients at blazing speeds with n number of colours at required positions. It is incredibly simple to use. Drop the class in your project, give one array containing all the colours and one array containing the position of the colours (positioning is optional) and simply ask it to render. The given example implementation shows you how to draw Microsoft Word style Gold and Chrome effects. Also includes a demonstration on setting a colour's position in the gradient (use the scrollbar). The next demonstration shows you how to draw Box-style gradients and uses 16 randomly generated colours. Also has examples on simple setup style two colour gradients. All the above stated examples can be seen in the pic below with the Gold effect filled in. If you have some experience in graphics, you can also use the given functions to implement with very less effort your own gradient styles such as circular, conical or radial, from corners or even diagonal. Please feel free to comment. Thanks.

Languages
Top Categories
Global Discovery