Language

MeshAlphaType Enum

Definition

public enum MeshAlphaType
type MeshAlphaType = 
Inheritance
MeshAlphaType

Fields

Name Value Description
Unknown 0

uninitialized.

Android reference for android.graphics.MeshSpecification.ALPHA_TYPE_UNKNOWN.

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.

Opaque 1

Pixel is opaque.

Android reference for android.graphics.MeshSpecification.ALPHA_TYPE_OPAQUE.

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.

Premultiplied 2

Pixel components are premultiplied by alpha.

Android reference for android.graphics.MeshSpecification.ALPHA_TYPE_PREMULTIPLIED.

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.

Unpremultiplied 3

Pixel components are independent of alpha.

Android reference for android.graphics.MeshSpecification.ALPHA_TYPE_UNPREMULTIPLIED.

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.

Applies to