The Color class (with the 12 bits of precision), which is located at the edu.wpi.first.wpilibj.util seams to return RGB 0 for all types of Color that are created statically.
Using the Color from a Color8Bit constructor seams to work fine though.
Does anyone else gets the same result here?
I am using the wpilib simulator, can’t test on the robot, tough I doubt it would make any difference.
Thank you for pointing this out. We have a fix in the works that should make it into the next release. You can find more information about this on the known issues page of the documentation.