Packages

 

com.aspose.imaging.fileformats.psd.resources

Class ColorTransferFunctionsResource



  • public final class ColorTransferFunctionsResource
    extends ResourceBlock

    Color transfer resource

    • Constructor Detail

      • ColorTransferFunctionsResource

        public ColorTransferFunctionsResource()

        Initializes a new instance of the ColorTransferFunctionsResource class.

    • Method Detail

      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
        Returns:
        The resource data size.
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required PSD version.

        Value: The minimal PSD version.
        Specified by:
        getMinimalVersion in class ResourceBlock
        Returns:
        The minimal PSD version.
      • getColorTransferData

        public byte[] getColorTransferData()

        Gets or sets the color transfer data.

        Value: The color transfer data.
      • setColorTransferData

        public void setColorTransferData(byte[] value)

        Gets or sets the color transfer data.

        Value: The color transfer data.