MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / convertToInt

Function convertToInt

Conversions/RgbHsvConversion.js:98–100  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

96 secondLargestComponent
97) {
98 function convertToInt(input) {
99 return Math.round(255 * input)
100 }
101
102 let red
103 let green

Callers 1

getRgbBySectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected