Discover Packages
github.com/GodsBoss/hexcolor
package
module
Version:
v0.0.0-...-ae73021
Opens a new window with list of versions in this module.
Published: Jan 4, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
hexcolor
License: GPL 3.0
Package for parsing hex colors.
Expand ▾
Collapse ▴
Documentation
¶
ParseRGB parses a string of the form "#RGB" or "#RRGGBB" as color, where
R, G and B are in the range of 0-f. Both lowercase and uppercase hex letters
are accepted.
ParseRGBA is like ParseRGB, but the string is something like "#RGBA" or
"#RRGGBBAA", with A being the alpha channel.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.