@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface ImageBitmapRenderingContextSettings
ImageBitmapRenderingContext created.| Modifier and Type | Method and Description |
|---|---|
boolean |
alpha()
A flag that indicates whether the canvas contains an alpha channel.
|
default ImageBitmapRenderingContextSettings |
alpha(boolean alpha)
A flag that indicates whether the canvas contains an alpha channel.
|
static ImageBitmapRenderingContextSettings |
create() |
void |
setAlpha(boolean alpha)
A flag that indicates whether the canvas contains an alpha channel.
|
@JsOverlay @Nonnull static ImageBitmapRenderingContextSettings create()
@JsProperty(name="alpha") boolean alpha()
@JsProperty void setAlpha(boolean alpha)
@JsOverlay @Nonnull default ImageBitmapRenderingContextSettings alpha(boolean alpha)