Android.Media.Effect.EffectFactory.EffectDuotone Field
Parameter nameMeaningValid values
first_colorThe first color tone.Integer, representing an ARGB color with 8 bits per channel. May be created using Android.Graphics._Color class.
second_colorThe second color tone.Integer, representing an ARGB color with 8 bits per channel. May be created using Android.Graphics._Color class.

Syntax

[Android.Runtime.Register("EFFECT_DUOTONE")]
public const string EffectDuotone

Remarks

Parameter nameMeaningValid values
first_colorThe first color tone.Integer, representing an ARGB color with 8 bits per channel. May be created using Android.Graphics._Color class.
second_colorThe second color tone.Integer, representing an ARGB color with 8 bits per channel. May be created using Android.Graphics._Color class.

Representation of photo using only two color tones.

Available parameters:

[Android Documentation]

Requirements

Namespace: Android.Media.Effect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14