menu
flamemodify package
documentation
collisions.dart
ShapeHitbox
getAlpha method
getAlpha method
dark_mode
light_mode
getAlpha
method
int
getAlpha
(
{
Object
?
paintId
,
})
inherited
Returns the current opacity.
Implementation
int getAlpha({T? paintId}) { return getPaint(paintId).color.alpha; }
flamemodify package
documentation
collisions
ShapeHitbox
getAlpha method
ShapeHitbox mixin