共用方式為


Format Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum Format
type Format = 
Inheritance
Format

Fields

Name Value Description
Translucent -3
Transparent -2
Opaque -1
Unknown 0
Rgba8888 1
Rgbx8888 2
Rgb888 3
Rgb565 4
Rgba5551 6
Rgba4444 7
A8 8
L8 9
La88 10
Rgb332 11
Ycbcr422Sp 16
Ycbcr420Sp 17
Ycbcr422I 20
RgbaF16 22
Rgba1010102 43
Jpeg 256

Remarks

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