Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
bitmap.AlphaType Class Reference
Inheritance diagram for bitmap.AlphaType:

Static Public Attributes

int unknown = 0
 
int opaque = 1
 
int premul = 2
 
int unpremul = 3
 

Detailed Description

Definition at line 37 of file bitmap.py.

Member Data Documentation

◆ opaque

int bitmap.AlphaType.opaque = 1
static

Definition at line 39 of file bitmap.py.

◆ premul

int bitmap.AlphaType.premul = 2
static

Definition at line 40 of file bitmap.py.

◆ unknown

int bitmap.AlphaType.unknown = 0
static

Definition at line 38 of file bitmap.py.

◆ unpremul

int bitmap.AlphaType.unpremul = 3
static

Definition at line 41 of file bitmap.py.


The documentation for this class was generated from the following file: