MeshSpecification.AlphaTypePremultiplied フィールド

定義

注意事項

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

ピクセル コンポーネントはアルファによって事前に乗算されます。

[Android.Runtime.Register("ALPHA_TYPE_PREMULTIPLIED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.MeshAlphaType enum directly instead of this field.", true)]
public const Android.Graphics.MeshAlphaType AlphaTypePremultiplied = 2;
[<Android.Runtime.Register("ALPHA_TYPE_PREMULTIPLIED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.MeshAlphaType enum directly instead of this field.", true)>]
val mutable AlphaTypePremultiplied : Android.Graphics.MeshAlphaType

フィールド値

Value = 2
属性

注釈

ピクセル コンポーネントはアルファによって事前に乗算されます。

android.graphics.MeshSpecification.ALPHA_TYPE_PREMULTIPLIEDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象