Interface OverlayWithCustomAlphaSupport

    • Method Detail

      • setCustomAlphaEnabled

        void setCustomAlphaEnabled​(boolean value)
        Sets whether to use a custom alpha value for the overlay colors.
        Parameters:
        value - true if to use custom alpha
      • isCustomAlphaEnabled

        boolean isCustomAlphaEnabled()
        Returns whether a custom alpha value is in use for the overlay colors.
        Returns:
        true if custom alpha in use
      • setCustomAlpha

        void setCustomAlpha​(int value)
        Sets the custom alpha value (0: transparent, 255: opaque).
        Parameters:
        value - the alpha value
      • getCustomAlpha

        int getCustomAlpha()
        Returns the custom alpha value (0: transparent, 255: opaque).
        Returns:
        the alpha value