Contrast +
Methods you can control the saturation function in the Accessiblee widget.
contrastDisable
Disable the 'Saturation' feature.
contrastEnable
Enable 'Saturation' feature.
contrastToggle
Enable, toggle or disable the 'Saturation' feature.
Accessiblee.saturationDisable();\r\n\r\n//STAGE\r\n//None = 0,\r\n//LowSaturation = 1,\r\n//HighSaturation = 2,\r\n//Monochrome = 3\r\nAccessiblee.saturationEnable(stage);\r\n\r\nAccessiblee.saturationToggle();