You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme isn't real clear, but a little investigation shows that getColor() returns an int that represents an ARGB color. Since an int is typically 4 bytes, that's 32 bits.
/** * Get the currently selected color. * * @return The ARGB value of the currently selected color. */publicintgetColor() {
returnmCenterNewColor;
}
It is 16 bit color picker?
The text was updated successfully, but these errors were encountered: