Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1027254 // toWebColorName

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2851L/20K).

sS toWebColorName(int rgb) {
  new Lowest<S> best;
  for (PairS p : webColorNamePairs())
    best.put(p.a, rgbDiff(hexToInt(p.b), rgb));
  ret best!;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027254
Snippet name: toWebColorName
Eternal ID of this version: #1027254/2
Text MD5: 513fb2673b627cf89cd89bf48b15e529
Transpilation MD5: d48e258adf859f6d6451c479a7e6839e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-26 20:46:27
Source code size: 156 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 102 / 150
Version history: 1 change(s)
Referenced in: [show references]