@pragma("wasm:prefer-inline") @pragma("vm:prefer-inline") @pragma("dart2js:prefer-inline") static int redFromArgb(int argb) => (argb >> 16) & 255;