#hex #rgb #convert #color #hex-color #12 #rgb2hex-from-str

rgb2hex

Convert RGB color to hexadecimal color

3 releases (breaking)

0.3.0 Dec 31, 2021
0.2.0 Sep 3, 2021
0.1.0 Sep 3, 2021

#6 in #12

MIT license

3KB

rgb2hex

Convert RGB values to their hexadecimal equivalent.

Usage

use rgb2hex::{rgb2hex, rgb2hex_from_str};

rgb2hex(251, 169, 12);              // 0xfba90c
rgb2hex_from_str("251, 169, 12");   // 0xfba90c

No runtime deps