20 #include <vstgui4/vstgui/lib/ccolor.h> 21 #include <vstgui4/vstgui/lib/crect.h> 32 namespace CColorUtils {
36 return iColor.alpha == 0;
44 namespace CRectUtils {
47 inline CRect
offsetTop(CRect
const &iRect, CCoord iTop) {
61 inline CRect
offsetLeft(CRect
const &iRect, CCoord iLeft) {
70 res.bottom += iBottom;
CRect offsetRight(CRect const &iRect, CCoord iRight)
Definition: GUIUtils.h:54
CRect offsetTop(CRect const &iRect, CCoord iTop)
Definition: GUIUtils.h:47
bool isTransparent(CColor const &iColor)
Definition: GUIUtils.h:35
CRect offsetBottom(CRect const &iRect, CCoord iBottom)
Definition: GUIUtils.h:68
CRect offsetLeft(CRect const &iRect, CCoord iLeft)
Definition: GUIUtils.h:61