IPropertyGradient



Describes single state property of type Gradient.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyGradient :public virtual IProperty
{
public:
    virtual Gradient *getValue() = 0; // Return value
};
Namespace: nitisa
Include: Nitisa/Interfaces/IProperty.h