Tenanea petals
This commit is contained in:
parent
ae172a1517
commit
022260e51e
8 changed files with 149 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue