Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 01:37, 25 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> Uses one color out of the RGB triplet, and presents that as hex or decimal value. Used: preprocessing input for {{tl|RGBtoHSL.H}} etc. == Usage == <pre> {{RGBparse | rgb = (triplet format: #12cdef) | c = R (or G or B) | number = (hex or dec) }} </pre> Returns the value of one color * <nowiki>{{RGBparse|rgb=#1A2B3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Uses one color out of the RGB triplet, and presents that as hex or decimal value.

Used: preprocessing input for {{RGBtoHSL.H}} etc.

Usage

{{RGBparse
| rgb = (triplet format: #12cdef)
| c = R (or G or B)
| number = (hex or dec)
}}

Returns the value of one color

  • {{RGBparse|rgb=#1A2B3C|c=R|number=dec}} → 26
  • {{RGBparse|rgb=#1A2B3C|c=G|number=hex}} → 2B


Limits:

  • Does not check validity of RGB input
  • Does not handle RGB short triplet #ADE form


Contents