public static final class Configuration.ColorSpace extends Enum
An enum containing color space constants.
Modifier and Type | Field and Description |
---|---|
static Configuration.ColorSpace |
CMYK
The color space CMYK.
|
static Configuration.ColorSpace |
RGB
The color space RGB.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.ColorSpace |
valueOf(String name) |
static Configuration.ColorSpace[] |
values() |
public static final Configuration.ColorSpace CMYK
The color space CMYK.
public static final Configuration.ColorSpace RGB
The color space RGB.
public static Configuration.ColorSpace[] values()
public static Configuration.ColorSpace valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.