adobe-firefly-sdk
    Preparing search index...

    Type Alias BrightnessContrast

    BrightnessContrast

    Brightness and contrast settings.

    type BrightnessContrast = {
        brightness?: number;
        contrast?: number;
    }
    Index

    Properties

    brightness?: number

    The adjustment layer's brightness.

    contrast?: number

    The adjustment layer's contrast.