21#include <vstgui4/vstgui/lib/ccolor.h>
22#include <vstgui4/vstgui/lib/crect.h>
28using namespace VSTGUI;
37 return iColor.alpha == 0;
48inline CRect
offsetTop(CRect
const &iRect, CCoord iTop) {
62inline CRect
offsetLeft(CRect
const &iRect, CCoord iLeft) {
71 res.bottom += iBottom;
bool isTransparent(CColor const &iColor)
Definition GUIUtils.h:36
CRect offsetBottom(CRect const &iRect, CCoord iBottom)
Definition GUIUtils.h:69
CRect offsetRight(CRect const &iRect, CCoord iRight)
Definition GUIUtils.h:55
CRect offsetLeft(CRect const &iRect, CCoord iLeft)
Definition GUIUtils.h:62
CRect offsetTop(CRect const &iRect, CCoord iTop)
Definition GUIUtils.h:48
Definition DrawContext.cpp:25