Implements Gradient form.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CFormGradient :public virtual IFormGradient, public CForm
{
public:
static const String ClassName; // Class name
Gradient *getValue() override;
bool setValue(Gradient &value) override;
CFormGradient(IWindow *window, IRenderer *renderer);
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/Gradient/FormGradient.h |