EffectFactory.EffectCrossprocess Field
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.
Applies a cross process effect on image, in which the red and green channels are enhanced while the blue channel is restricted.
[Android.Runtime.Register("EFFECT_CROSSPROCESS")]
public const string EffectCrossprocess;
[<Android.Runtime.Register("EFFECT_CROSSPROCESS")>]
val mutable EffectCrossprocess : string
Field Value
- Attributes
Remarks
Applies a cross process effect on image, in which the red and green channels are enhanced while the blue channel is restricted.
Available parameters: None
Java documentation for android.media.effect.EffectFactory.EFFECT_CROSSPROCESS
.
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.