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

Method getRed

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

Source from the content-addressed store, hash-verified

175 }
176
177 public static int getRed(String hexColor) {
178 return decode(hexColor, Color.black).getRed();
179 }
180
181 public static int getGreen(String hexColor) {
182 return decode(hexColor, Color.black).getGreen();

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