struct CCL::IDrawable
Overview
#include <idrawable.h> struct IDrawable: public CCL::IUnknown { // structs struct DrawArgs; // methods virtual void CCL_API draw (const DrawArgs& args) = 0; virtual float CCL_API getOpacity () const = 0; virtual void CCL_API takeOpacity () = 0; };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;
Detailed Documentation
Methods
virtual void CCL_API takeOpacity () = 0
take opacity from brush color or image mode, if possible