Interface SharpnessConfig

interface SharpnessConfig {
    power: number;
}

Properties

Properties

power: number