-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
@ExperimentalCoilApi() public enum PixelOpacity extends Enum<PixelOpacity>
Represents the opacity of an image's pixels after applying an AnimatedTransformation.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OPAQUEIndicates that the AnimatedTransformation removed all transparent pixels in the image.
TRANSLUCENTIndicates that the AnimatedTransformation added transparent pixels to the image.
UNCHANGEDIndicates that the AnimatedTransformation did not change the image's opacity.
Return this unless you add transparent pixels to the image or remove all transparent pixels in the image.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-