MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getBlue

Method getBlue

ij/src/main/java/ij/plugin/Colors.java:185–187  ·  view source on GitHub ↗
(String hexColor)

Source from the content-addressed store, hash-verified

183 }
184
185 public static int getBlue(String hexColor) {
186 return decode(hexColor, Color.black).getBlue();
187 }
188
189 /** Converts a hex color (e.g., "ffff00") into "red", "green", "yellow", etc.
190 * Returns null if the hex color does not have a name.

Callers 15

makeInvertedCompositeMethod · 0.80
getChannelColorMethod · 0.80
spectrumMethod · 0.80
getColorMethod · 0.80
colorRampMethod · 0.80
Process8bitCLTMethod · 0.80
setForegroundColorMethod · 0.80
setBackgroundColorMethod · 0.80
setupMethod · 0.80
drawLabelMethod · 0.80
writeLUTMethod · 0.80

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected