@JsType(isNative=true, namespace="<global>", name="Object") public class ImageMaterialPropertyOptions extends Object
Modifier and Type | Field and Description |
---|---|
Property |
color
The color applied to the imagery
Default:
Color.WHITE() |
Property |
image
A Property specifying the Image, URL, Canvas, or Video.
|
Property |
repeat
A Cartesian2 Property specifying the number of times the imagery repeats in each direction.
|
boolean |
transparent
Set to true when the imagery has transparency (for example, when a png has transparent sections)
|
Constructor and Description |
---|
ImageMaterialPropertyOptions() |
@JsProperty public Property image
@JsProperty public Property repeat
@JsProperty public Property color
Color.WHITE()
@JsProperty public boolean transparent
Copyright © 2019. All rights reserved.