Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW FEATURE: Add a Color Converter Plugin for RGB, HEX, and HSL formats #1214

Open
nicolasgms opened this issue Oct 18, 2024 · 1 comment
Open

Comments

@nicolasgms
Copy link
Contributor

I would like to propose a new feature for a Color Converter plugin that allows users to convert between RGB, HEX, and HSL color formats. This feature will help users easily switch between these common color representations, often needed in web development, design, and other technical fields.

Details of the plugin:
Convert from HEX to RGB and HSL
Convert from RGB to HEX and HSL
Convert from HSL to RGB and HEX
Validation for color inputs and proper error handling

Usage:
Users choose the original format (RGB, HEX, HSL).
Users select the target format to convert to.
The plugin outputs the converted color value.

I am interested in contributing this feature. Please let me know if it's okay.

@pnhofmann
Copy link
Collaborator

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants