Język

ControlEffectMode Enum

Definition

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_OFF.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_MONO.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_NEGATIVE.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_SOLARIZE.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_SEPIA.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_POSTERIZE.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_WHITEBOARD.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_BLACKBOARD.

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 android.hardware.camera2.CameraMetadata.CONTROL_EFFECT_MODE_AQUA.

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.

Applies to