EffectFactory.EffectFisheye 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 fisheye lens distortion to the image.
[Android.Runtime.Register("EFFECT_FISHEYE")]
public const string EffectFisheye;
[<Android.Runtime.Register("EFFECT_FISHEYE")>]
val mutable EffectFisheye : string
Field Value
- Attributes
Remarks
Applies a fisheye lens distortion to the image.
Available parameters:
<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>scale
</td> <td>The scale of the distortion.</td> <td>Float, between 0 and 1. Zero means no distortion.</td> </tr> </table>
Java documentation for android.media.effect.EffectFactory.EFFECT_FISHEYE
.
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.