mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
We dont use javadoc & format fixes
This commit is contained in:
@ -782,13 +782,6 @@ public class FUtil
|
||||
return colors;
|
||||
}
|
||||
|
||||
/**
|
||||
* Detects if two colors are alike.
|
||||
* @param first The first Color to check.
|
||||
* @param second The second Color to check.
|
||||
* @param tresHold The maximum allowed difference between the colors.
|
||||
* @return Returns true if the colors are alike.
|
||||
*/
|
||||
public static boolean colorClose(Color first, Color second, int tresHold)
|
||||
{
|
||||
int redDelta = Math.abs(first.getRed() - second.getRed());
|
||||
|
Reference in New Issue
Block a user