Interface StyleReferenceImage

A style reference image.

This encapsulates a style reference image provided by the user, and additionally optional config parameters for the style reference image.

A raw reference image can also be provided as a destination for the style to be applied to.

interface StyleReferenceImage {
    config?: StyleReferenceConfig;
    referenceId?: number;
    referenceImage?: Image;
    referenceType?: string;
}

Properties

Configuration for the style reference image.

referenceId?: number

The id of the reference image.

referenceImage?: Image

The reference image for the editing operation.

referenceType?: string

The type of the reference image. Only set by the SDK.

MMNEPVFCICPMFPCPTTAAATR