Class ImageData | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ImageData

    Inheritance
    System.Object
    ImageData
    EndianReverser
    ZipImage
    ZipPredict16Image
    ZipPredict32Image
    Namespace: PhotoshopFile.Compression
    Syntax
    public abstract class ImageData

    Constructors

    ImageData(Size, Int32)

    Declaration
    protected ImageData(Size size, int bitDepth)
    Parameters
    Type Name Description
    Size size
    System.Int32 bitDepth

    Properties

    AltersWrittenData

    Declaration
    protected abstract bool AltersWrittenData { get; }
    Property Value
    Type Description
    System.Boolean