uint32ToAlpha function

int uint32ToAlpha(
  1. int c
)

Implementation

int uint32ToAlpha(int c) => (c >> 24) & 0xff;