UXP Toolkit
    Preparing search index...

    objects/options

    24.4

    interface GetDataOptions {
        chunky?: boolean;
        fullRange?: boolean;
    }
    Index

    Properties

    Properties

    chunky?: boolean

    If true then the data is returned as chunky data. If false, then data is returned in the planar format. The default value is true.

    24.4

    fullRange?: boolean

    This value is only used for 16 bit data. If true then the returned 16 bit pixel data use the full 16 bit range [0..65535]. If false, then the returned pixel data use the reduced Photoshop range: [0..32768]. The default value is false.

    24.4