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