Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 808 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 808 Bytes

Hex to RGB README

logo

VSCode extension that converts colors between hex and RGB.

Uses the @nkp/color library.

View on GitHub

hex-to-rgb

Features

  • Preserves alpha values
  • Converts on cursor
  • Converts all in selection
  • Handles
    • rgb
    • rgba
    • comma separators
    • space separators
    • alpha percentages
    • alpha absolute values
    • hex3 (shorthand)
    • hex4 (alpha shorthand)
    • hex6
    • hex8 (alhpa)
  • Can convert to RGBx numbers without the rgb css text wrapping

hex-to-rgb

Requirements

None.

Extension Settins

None.

Known Issues

None.

Release Notes

1.0.0

Initial release of Hex-to-rgb