MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getAlphaType

Method getAlphaType

shared/java/IHasImageInfo.java:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 @NotNull
44 default ColorAlphaType getAlphaType() {
45 return getImageInfo()._colorInfo._alphaType;
46 }

Callers 2

executeMethod · 0.80
getColorAlphaTypeMethod · 0.80

Implementers 4

Codecshared/java/Codec.java
Bitmapshared/java/Bitmap.java
Pixmapshared/java/Pixmap.java
Imageshared/java/Image.java

Calls

no outgoing calls

Tested by 1

executeMethod · 0.64