ControlEffectMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several methods of ControlEffectMode.
public enum ControlEffectMode
type ControlEffectMode =
- Inheritance
-
ControlEffectMode
Fields
| Name | Value | Description |
|---|---|---|
| Off | 0 | No color effect will be applied. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Mono | 1 | A "monocolor" effect where the image is mapped into a single color. This will typically be grayscale. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Negative | 2 | A "photo-negative" effect where the image's colors are inverted. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Solarize | 3 | A "solarisation" effect (Sabattier effect) where the image is wholly or partially reversed in tone. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Sepia | 4 | A "sepia" effect where the image is mapped into warm gray, red, and brown tones. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Posterize | 5 | A "posterization" effect where the image uses discrete regions of tone rather than a continuous gradient of tones. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Whiteboard | 6 | A "whiteboard" effect where the image is typically displayed as regions of white, with black or grey details. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Blackboard | 7 | A "blackboard" effect where the image is typically displayed as regions of black, with white or grey details. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Aqua | 8 | An "aqua" effect where a blue hue is added to the image. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.