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

Method getGreen

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

Source from the content-addressed store, hash-verified

179 }
180
181 public static int getGreen(String hexColor) {
182 return decode(hexColor, Color.black).getGreen();
183 }
184
185 public static int getBlue(String hexColor) {
186 return decode(hexColor, Color.black).getBlue();

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