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