enum CCL::IGraphicsLayer::Modes
Overview
#include <igraphicslayer.h> enum Modes { kIgnoreAlpha = 1 < <0, kClipToBounds = 1 < <1, };
Detailed Documentation
Enum Values
kIgnoreAlpha
Ignore alpha values in layer content, draw opaque black background.
kClipToBounds
Clip to the boundaries of the layer. If not set, layer’s content may exceed its boundaries.