public abstract class CIMColorRamp extends CIMObject
| Constructor and Description |
|---|
CIMColorRamp() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
CIMColorSpace |
getColorSpace()
Gets the color space used defined by an ICC color profile.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setColorSpace(CIMColorSpace colorSpace)
Sets the color space used defined by an ICC color profile.
|
public CIMColorSpace getColorSpace()
public void setColorSpace(CIMColorSpace colorSpace)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)