Searched defs:calculateForegroundFromBackground (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifColorUtilities.java145 static int calculateForegroundFromBackground(int r, int g, int b) { method in class:MotifColorUtilities
462 activeFore = MotifColorUtilities.calculateForegroundFromBackground(r,g,b);
468 inactiveFore = MotifColorUtilities.calculateForegroundFromBackground(r,g,b);
478 textFore = MotifColorUtilities.calculateForegroundFromBackground(r,g,b);

Completed in 31 milliseconds