public final class UIImageRenderingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AlwaysOriginal
Always draw the original image, without treating it as a template
|
static long |
AlwaysTemplate
Always draw the image as a template image, ignoring its color information
|
static long |
Automatic
Use the default rendering mode for the context where the image is used
|
public static final long Automatic
public static final long AlwaysOriginal
public static final long AlwaysTemplate