B4J Question Charts - Unknown Member: To32Bit

BPak

Active Member
Licensed User
Longtime User
Trying the Charts example and get error.

B4X:
Unknown Member: To32Bit
 
Parsing code.                          0.03
Compiling code.                        Error
Error compiling program.
Error description: Unknown member: to32bit
Occurred on line: 155
Return fx.Colors.From32Bit(Bit.AND(fx.Colors.To32Bit(Color), Bit.OR(0x00FFFFFF, Bit.ShiftLeft(Alpha, 24))))
Word: to32bit

Looking through the online Documents there does not appear to be a To32Bit method for the Colors object.
 
Top