public class SoCoResource extends FillLayerResource
Class SoCoResource. This resource contains information about blending of clipped element.
LayerResource
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_TOOL_KEY
The type tool info key.
|
RESOURCE_SIGNATURE
Constructor and Description |
---|
SoCoResource()
Initializes a new instance of the
SoCoResource class. |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets the color of the RGB.
|
int |
getKey()
Gets the layer resource key.
|
int |
getLength()
Gets the layer resource length in bytes.
|
int |
getPsdVersion()
Gets the minimal psd version required for layer resource.
|
int |
getSignature()
Gets the layer resource signature.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the resource to the specified stream container.
|
void |
setColor(Color value)
The color of the RGB.
|
toString
public static final int TYPE_TOOL_KEY
The type tool info key.
public SoCoResource()
Initializes a new instance of the SoCoResource
class.
public final Color getColor()
Gets the color of the RGB.
public final void setColor(Color value)
The color of the RGB.
value
- the color of the RGB.public int getSignature()
Gets the layer resource signature.
getSignature
in class FillLayerResource
public int getKey()
Gets the layer resource key.
getKey
in class LayerResource
public int getLength()
Gets the layer resource length in bytes.
getLength
in class LayerResource
public int getPsdVersion()
Gets the minimal psd version required for layer resource. 0 indicates no restrictions.
getPsdVersion
in class LayerResource
public void save(StreamContainer streamContainer, int psdVersion)
Saves the resource to the specified stream container.
save
in class LayerResource
streamContainer
- The stream container to save to.psdVersion
- The PSD version.com.aspose.ms.System.NotImplementedException
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.