Describes minimum required functionality from AlphaBar control.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class IAlphaBar :public virtual IControl
{
public:
virtual int getAlpha() = 0; // Return alpha(0..255)
virtual bool setAlpha(const int value) = 0; // Set alpha
};
Namespace: | nitisa::standard |
Include: | Standard/Controls/IAlphaBar.h |