LmskResource

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.LayerResource

public class LmskResource extends LayerResource

The LMsk resource.


This resource contains color space ID, which refers to a specific color space type, and 4 color components. Depending on ID, color components have different meanings. If the color space type does not require four values, the extra components are undefined and always written as zeros. Color components by color space types: RGB - the first three components are red, green, and blue. HSB - the first three components are hue, saturation, and brightness. CMYK- the four components are cyan, magenta, yellow, and black. Lab - the first three components are lightness, a chrominance, and b chrominance. Grayscale - the first component is the gray value, from 0…10000.

Constructors

ConstructorDescription
LmskResource()Initializes a new instance of the LmskResource class.

Fields

FieldDescription
PsbHeaderVersion_internalizedThe PSB header version
PsbResourceSignatureThe PSB-specific resource signature.
PsdHeaderVersion_internalizedThe PSD header version
ResourceSignatureThe common resource signature.
TypeToolKeyThe type tool info key.
ventureLicense_internalizedThe venture license.

Methods

MethodDescription
checkAndSetIfResourceIsPsbSpecific_internalized(int key)Checks the and set if resource is PSB specific.
create_internalized(byte[] data)
equals(Object arg0)
getClass()
getColorComponent1()Gets the color component 1.
getColorComponent2()Gets the color component 2.
getColorComponent3()Gets the color component 3.
getColorComponent4()Gets the color component 4.
getColorSpace()Gets the color space.
getFlag()Gets the flag.
getHeader_internalized()Gets or sets the header.
getKey()Gets the layer resource key.
getLength()Gets the layer resource length in bytes.
getOpacity()Gets the opacity.
getPrefixLength_internalized(int psdVersion)Gets the prefix length.
getPsdVersion()Gets the psd version.
getSignature()Gets the signature.
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.
setColorComponent1(int value)Gets the color component 1.
setColorComponent2(int value)Gets the color component 2.
setColorComponent3(int value)Gets the color component 3.
setColorComponent4(int value)Gets the color component 4.
setColorSpace(int value)Gets the color space.
setHeader_internalized(PsdHeader value)Gets or sets the header.
setOpacity(short value)Gets the opacity.
toString()Returns a String that represents this instance.
wait()
wait(long arg0)
wait(long arg0, int arg1)

LmskResource()

public LmskResource()

Initializes a new instance of the LmskResource class.

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:

ParameterTypeDescription
keyintThe key.

create_internalized(byte[] data)

public static LmskResource create_internalized(byte[] data)

Parameters:

ParameterTypeDescription
databyte[]

Returns: LmskResource

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColorComponent1()

public final int getColorComponent1()

Gets the color component 1.

Value: The color component 1.

Returns: int

getColorComponent2()

public final int getColorComponent2()

Gets the color component 2.

Value: The color component 2.

Returns: int

getColorComponent3()

public final int getColorComponent3()

Gets the color component 3.

Value: The color component 3.

Returns: int

getColorComponent4()

public final int getColorComponent4()

Gets the color component 4.

Value: The color component 4.

Returns: int

getColorSpace()

public final int getColorSpace()

Gets the color space.

Value: The color space.

Returns: int

getFlag()

public final byte getFlag()

Gets the flag.

Value: The flag.

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

getKey()

public int getKey()

Gets the layer resource key.

Returns: int

getLength()

public int getLength()

Gets the layer resource length in bytes.

Returns: int

getOpacity()

public final short getOpacity()

Gets the opacity.

Value: The opacity.

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:

ParameterTypeDescription
psdVersionintThe PSD version.

Returns: int - The Prefix Length.

getPsdVersion()

public int getPsdVersion()

Gets the psd version.

Returns: int

getSignature()

public int getSignature()

Gets the signature.

Returns: int

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:

ParameterTypeDescription
keyintThe 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:

ParameterTypeDescription
streamContainerStreamContainerThe stream container to save to.
psdVersionintThe PSD version.

saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)

public final void saveCustomResourceHeader_internalized(StreamContainer streamContainer, int signature)

Saves the custom resource header.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.
signatureintThe 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:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.
signatureintThe signature.
isLengthLongbooleanif set to true length is long.

setColorComponent1(int value)

public final void setColorComponent1(int value)

Gets the color component 1.

Value: The color component 1.

Parameters:

ParameterTypeDescription
valueint

setColorComponent2(int value)

public final void setColorComponent2(int value)

Gets the color component 2.

Value: The color component 2.

Parameters:

ParameterTypeDescription
valueint

setColorComponent3(int value)

public final void setColorComponent3(int value)

Gets the color component 3.

Value: The color component 3.

Parameters:

ParameterTypeDescription
valueint

setColorComponent4(int value)

public final void setColorComponent4(int value)

Gets the color component 4.

Value: The color component 4.

Parameters:

ParameterTypeDescription
valueint

setColorSpace(int value)

public final void setColorSpace(int value)

Gets the color space.

Value: The color space.

Parameters:

ParameterTypeDescription
valueint

setHeader_internalized(PsdHeader value)

public final void setHeader_internalized(PsdHeader value)

Gets or sets the header.

Value: The header.

Parameters:

ParameterTypeDescription
valuecom.aspose.internal.fileformats.psd.sections.PsdHeader

setOpacity(short value)

public final void setOpacity(short value)

Gets the opacity.

Value: The opacity.

Parameters:

ParameterTypeDescription
valueshort

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int