The Value of 0xFF Number and Its Uses With & Operation in Java Article by Abdallah Sawan
This commit is contained in:
@@ -15,6 +15,6 @@ public class Number0xff {
|
||||
}
|
||||
|
||||
public static int getAlfa(int rgba) {
|
||||
return rgba >> rgba & 0xff;
|
||||
return rgba & 0xff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user