Hue2Resource
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.LayerResource, com.aspose.psd.fileformats.psd.layers.layerresources.AdjustmentLayerResource
public class Hue2Resource extends AdjustmentLayerResource
Class Hue2Resource. Resource of Exposure Adjustment Layer
Constructors
Constructor | Description |
---|---|
Hue2Resource() | Initializes a new instance of the Hue2Resource class. |
Hue2Resource(byte[] data) | Initializes a new instance of the Hue2Resource class. |
Fields
Field | Description |
---|---|
PsbHeaderVersion_internalized | The PSB header version |
PsbResourceSignature | The PSB-specific resource signature. |
PsdHeaderVersion_internalized | The PSD header version |
ResourceSignature | The common resource signature. |
TypeToolKey | The type tool info key. |
ventureLicense_internalized | The venture license. |
Methods
Method | Description |
---|---|
checkAndSetIfResourceIsPsbSpecific_internalized(int key) | Checks the and set if resource is PSB specific. |
equals(Object arg0) | |
getClass() | |
getColorize() | Gets or sets a value indicating whether this Hue2Resource is colorize. |
getData() | Gets or sets the data. |
getHeader_internalized() | Gets or sets the header. |
getHue() | Gets or sets the master hue. |
getKey() | Gets the layer resource key. |
getLength() | Gets the layer resource length in bytes. |
getLightness() | Gets or sets the master lightness. |
getPrefixLength_internalized(int psdVersion) | Gets the prefix length. |
getPsdVersion() | Gets the psd version. |
getRanges() | Gets the ranges of Hue/Saturation Adjustment Layer. |
getSaturation() | Gets or sets the master saturation. |
getSignature() | Gets the signature. |
getVersion() | Gets the version. |
hashCode() | |
isResourcePsbSpecificByKey_internalized(int key) | Determines whether the resource is PSB specific. |
isResourcePsbSpecific_internalized() | Gets a value indicating whether this instance is resource PSB specific. |
notify() | |
notifyAll() | |
save(StreamContainer streamContainer, int psdVersion) | Saves the resource to the specified stream container. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature) | Saves the custom resource header. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong) | Saves the header signature, identifier and length. |
setColorize(boolean value) | Gets or sets a value indicating whether this Hue2Resource is colorize. |
setHeader_internalized(PsdHeader value) | Gets or sets the header. |
setHue(short value) | Gets or sets the master hue. |
setLightness(short value) | Gets or sets the master lightness. |
setRanges(ColorRangeHsl[] value) | Gets the ranges of Hue/Saturation Adjustment Layer. |
setSaturation(short value) | Gets or sets the master saturation. |
setVersion(short value) | Gets the version. |
toString() | Returns a String that represents this instance. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
Hue2Resource()
public Hue2Resource()
Initializes a new instance of the Hue2Resource class.
Hue2Resource(byte[] data)
public Hue2Resource(byte[] data)
Initializes a new instance of the Hue2Resource class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte[] | The data of the resource. |
PsbHeaderVersion_internalized
public static final int PsbHeaderVersion_internalized
The PSB header version
PsbResourceSignature
public static final int PsbResourceSignature
The PSB-specific resource signature.
PsdHeaderVersion_internalized
public static final int PsdHeaderVersion_internalized
The PSD header version
ResourceSignature
public static final int ResourceSignature
The common resource signature.
TypeToolKey
public static final int TypeToolKey
The type tool info key.
ventureLicense_internalized
public Object ventureLicense_internalized
The venture license.
checkAndSetIfResourceIsPsbSpecific_internalized(int key)
public final void checkAndSetIfResourceIsPsbSpecific_internalized(int key)
Checks the and set if resource is PSB specific. Some resources are not recognized for now, but we have full list of PSB specific resources which changes their behaviour on save. So we need to check this in UnknownResource at least
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The key. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColorize()
public final boolean getColorize()
Gets or sets a value indicating whether this Hue2Resource is colorize.
Value: true if colorize; otherwise, false .
Returns: boolean
getData()
public final byte[] getData()
Gets or sets the data.
Value: The data.
Returns: byte[]
getHeader_internalized()
public final PsdHeader getHeader_internalized()
Gets or sets the header.
Value: The header.
Returns: com.aspose.internal.fileformats.psd.sections.PsdHeader
getHue()
public final short getHue()
Gets or sets the master hue.
Value: The master hue.
Returns: short
getKey()
public int getKey()
Gets the layer resource key.
Returns: int
getLength()
public int getLength()
Gets the layer resource length in bytes.
Returns: int
getLightness()
public final short getLightness()
Gets or sets the master lightness.
Value: The master lightness.
Returns: short
getPrefixLength_internalized(int psdVersion)
public final int getPrefixLength_internalized(int psdVersion)
Gets the prefix length. Default value is 12 for 8BIM resources. and 16 for 8B64
Parameters:
Parameter | Type | Description |
---|---|---|
psdVersion | int | The PSD version. |
Returns: int - The Prefix Length.
getPsdVersion()
public int getPsdVersion()
Gets the psd version.
Returns: int
getRanges()
public final ColorRangeHsl[] getRanges()
Gets the ranges of Hue/Saturation Adjustment Layer. Ranges in PS can change names if range is changed, so we should work by index
Value: The ranges.
Returns: com.aspose.psd.fileformats.psd.layers.layerresources.ColorRangeHsl[]
getSaturation()
public final short getSaturation()
Gets or sets the master saturation.
Value: The master saturation.
Returns: short
getSignature()
public int getSignature()
Gets the signature.
Returns: int
getVersion()
public final short getVersion()
Gets the version. Default is 2
Value: The version.
Returns: short
hashCode()
public native int hashCode()
Returns: int
isResourcePsbSpecificByKey_internalized(int key)
public static boolean isResourcePsbSpecificByKey_internalized(int key)
Determines whether the resource is PSB specific.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The resource key. |
Returns: boolean - true if the resource is PSB specific; otherwise, false .
isResourcePsbSpecific_internalized()
public final boolean isResourcePsbSpecific_internalized()
Gets a value indicating whether this instance is resource PSB specific.
Value: true if this instance is resource PSB specific; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
save(StreamContainer streamContainer, int psdVersion)
public void save(StreamContainer streamContainer, int psdVersion)
Saves the resource to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container to save to. |
psdVersion | int | The PSD version. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)
Saves the custom resource header.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature, boolean isLengthLong)
Saves the header signature, identifier and length.
Parameters:
Parameter | Type | Description |
---|---|---|
streamContainer | StreamContainer | The stream container. |
signature | int | The signature. |
isLengthLong | boolean | if set to true length is long. |
setColorize(boolean value)
public final void setColorize(boolean value)
Gets or sets a value indicating whether this Hue2Resource is colorize.
Value: true if colorize; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setHeader_internalized(PsdHeader value)
public final void setHeader_internalized(PsdHeader value)
Gets or sets the header.
Value: The header.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.internal.fileformats.psd.sections.PsdHeader |
setHue(short value)
public final void setHue(short value)
Gets or sets the master hue.
Value: The master hue.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setLightness(short value)
public final void setLightness(short value)
Gets or sets the master lightness.
Value: The master lightness.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setRanges(ColorRangeHsl[] value)
public void setRanges(ColorRangeHsl[] value)
Gets the ranges of Hue/Saturation Adjustment Layer. Ranges in PS can change names if range is changed, so we should work by index
Value: The ranges.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ColorRangeHsl[] |
setSaturation(short value)
public final void setSaturation(short value)
Gets or sets the master saturation.
Value: The master saturation.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setVersion(short value)
public void setVersion(short value)
Gets the version. Default is 2
Value: The version.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
toString()
public String toString()
Returns a String that represents this instance.
Returns: java.lang.String - A String that represents this instance.
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |