N&d grad ver 1.0 Native delphi vcl
Is a gradient fill background component. It allows a gradient fill from any color to any other color. The direction is configurable to any of NINE styles including up-down, left-right, diagonal, and an ellipse! Delphi 1.0 & 2.0 versions included! Includes demo application!
TAdrockGradientFill
Allows you to provide a gradient fill like most SETUP programs have. You simply drop the component on a form or in a panel and set the Start Colour, End Colour and choose from a number of Fill Directions. No coding required - unless you want to programatically change the Properties.
TGradient Component for Delphi 2
Seeing as I needed a gradient fill for my current project, I used the 16-bit TGradientFill (one of six colours - to black) and added a few other features. You can now specify colour constants such as clBtnFace or clWindow, and the values are extracted from the registry for the colour scheme being us...