MCPcopy Create free account
hub / github.com/dhale/jtk / getRGB

Method getRGB

core/src/main/java/edu/mines/jtk/awt/FloatColorMap.java:158–163  ·  view source on GitHub ↗

Gets the 32-bit color in 0xffRRGGBB format for specified values. This method does not use the index color model. @param f0 the value for color component 0. @param f1 the value for color component 1. @param f2 the value for color component 2. @return the color.

(float f0, float f1, float f2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

paintMethod · 0.80
isMultiColorMethod · 0.80
cacheColorsMethod · 0.80
getARGBMethod · 0.80

Calls 3

rgbFromHsbMethod · 0.95
rgbFromRgbMethod · 0.95
getByteMethod · 0.80

Tested by

no test coverage detected