public static void getColorForUserID(UInt32 id, out float r, out float g, out float b) { FubiInternal.getColorForUserID(id, out r, out g, out b); }