Each pixel is a 32-bit quantity, with alpha in the upper 8 bits, then red, then green, then
blue. The 32-bit quantities are stored native-endian. Pre-multiplied alpha is used. (That is,
50% transparent red is 0x80800000, not 0x80ff0000.)
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.