Tenanea petals

This commit is contained in:
paulevsGitch 2020-12-14 13:47:35 +03:00
parent ae172a1517
commit 022260e51e
8 changed files with 149 additions and 1 deletions

View file

@ -201,7 +201,7 @@ public class MHelper {
}
}
return ALPHA | red << 16 | green << 8 | blue << 0;
return ALPHA | red << 16 | green << 8 | blue;
}
public static float[] fromRGBtoHSB(int r, int g, int b) {