Interface PadImageFilterOptions

interface PadImageFilterOptions {
    backgroundColor?: number;
}

Properties

Properties

backgroundColor?: number