diego-gomez-olvera
02/14/2019, 2:49 PMinline val @receiver:ColorInt Int.alpha get() = (this shr 24) and 0xff
from KTX, but unfortunately the extension is visible to any Int
. Is it the expected behavior or a known issue?joelpedraza
02/14/2019, 4:28 PMColorInt
is linting)diego-gomez-olvera
02/14/2019, 4:31 PM