mplement PartialEq for Color, fix compiler warning: borrow of packed field requires unsafe function or block (error E0133).
Created by: robbycerantola
@jackpot51 I implemented PartialEq for Color, but last rustc nightly (2018-02-03) complains about "borrow of packed field requires unsafe function or block (error E0133)" . I fixed orbclient sources to compile again under Linux. I hope this is the proper way also for Redox.