Lingua

ImageFormat.Rgb565 Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.

Formato RGB usato per le immagini codificate come RGB_565.

[Android.Runtime.Register("RGB_565")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType Rgb565 = 4;
[<Android.Runtime.Register("RGB_565")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable Rgb565 : Android.Graphics.ImageFormatType

Valore del campo

Value = 4
Attributi

Commenti

Formato RGB usato per le immagini codificate come RGB_565. Vedete android.hardware.Camera.Parameters#setPictureFormat(int).

per android.graphics.ImageFormat.RGB_565.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a