UXP Toolkit
    Preparing search index...

    objects/returnobjects

    24.4

    interface GetPixelsResult {
        imageData: PhotoshopImageData;
        level: number;
        sourceBounds: ImagingBounds2;
    }
    Index

    Properties

    A PhotoshopImageData instance describing the returned pixel data.

    24.4

    level: number

    The pyramid level that was used when obtaining pixels.

    24.4

    sourceBounds: ImagingBounds2

    The actual bounds used when obtaining pixels (see note regarding pyramid levels below).

    24.4