public interface ISVGRenderingIntent
ISVGRenderingIntent
interface defines
the enumerated list of possible values for color-profile/rendering-intent
attributes or descriptors.Modifier and Type | Field and Description |
---|---|
static short |
RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
Corresponds to a value of 'absolute-colorimetric'.
|
static short |
RENDERING_INTENT_AUTO
Corresponds to a value of 'auto'.
|
static short |
RENDERING_INTENT_PERCEPTUAL
Corresponds to a value of 'perceptual'.
|
static short |
RENDERING_INTENT_RELATIVE_COLORIMETRIC
Corresponds to a value of 'relative-colorimetric'.
|
static short |
RENDERING_INTENT_SATURATION
Corresponds to a value of 'saturation'.
|
static short |
RENDERING_INTENT_UNKNOWN
The type is not one of predefined types.
|
static final short RENDERING_INTENT_UNKNOWN
static final short RENDERING_INTENT_AUTO
static final short RENDERING_INTENT_PERCEPTUAL
static final short RENDERING_INTENT_RELATIVE_COLORIMETRIC
static final short RENDERING_INTENT_SATURATION
static final short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
Copyright © 2018. All Rights Reserved.