Returns an 8-bit component from a 32-bit color integer.
getColorIntComponent(0x12_34_56_78, 2);// ⮕ 0x56 Copy
getColorIntComponent(0x12_34_56_78, 2);// ⮕ 0x56
Returns an 8-bit component from a 32-bit color integer.