Opacity
if (layer->Opacity() < 255) {
BReference<AlphaMask> mask(new(std::nothrow) UniformAlphaMask(layer->Opacity()), true);
uint8 Opacity() const;