Class InfoLayers | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class InfoLayers

    Layers that are stored as Additional Info, rather than in the main Layers section of the PSD file.

    Inheritance
    System.Object
    LayerInfo
    InfoLayers
    Namespace: PhotoshopFile
    Syntax
    public class InfoLayers : LayerInfo
    Remarks

    Photoshop stores layers in the Additional Info section for 16-bit and 32-bit depth images. The Layers section in the PSD file is left empty.

    This appears to be for backward-compatibility purposes, but it is not required. Photoshop will successfully load a high-bitdepth image that puts the layers in the Layers section.

    Constructors

    InfoLayers(PsdBinaryReader, PsdFile, String, Int64)

    Declaration
    public InfoLayers(PsdBinaryReader reader, PsdFile psdFile, string key, long dataLength)
    Parameters
    Type Name Description
    PsdBinaryReader reader
    PsdFile psdFile
    System.String key
    System.Int64 dataLength

    InfoLayers(PsdFile, String)

    Declaration
    public InfoLayers(PsdFile psdFile, string key)
    Parameters
    Type Name Description
    PsdFile psdFile
    System.String key

    Properties

    Key

    Declaration
    public override string Key { get; }
    Property Value
    Type Description
    System.String
    Overrides
    LayerInfo.Key

    PsdFile

    Declaration
    public PsdFile PsdFile { get; set; }
    Property Value
    Type Description
    PsdFile

    Signature

    Declaration
    public override string Signature { get; }
    Property Value
    Type Description
    System.String
    Overrides
    LayerInfo.Signature
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023