色彩度の設定
色彩度の設定機能を操作 します。
uniweb.feature.saturationEnable()
色彩度の設定機能を有効にします。
saturationEnable(type?: 'low' | 'high' | 'monochrome'): void;
uniweb.feature.saturationDisable()
色彩度の設定機能を無効にします。
saturationDisable(): void;
uniweb.feature.saturationToggle()
色彩度の設定機能の有効/無効を切り替えます。
saturationToggle(type?: 'low' | 'high' | 'monochrome'): void;
type
type | 機能名 |
---|---|
low (default) | 彩度 低 |
high | 彩度 高 |
monochrome | モノクロ |