interface OpacityHandler {
    getOpacity(): number;
    setOpacity(opacity): void;
}

Implemented by

Methods