Plugin: CSS Color Converter v1.0

Browse, download and discuss plugins for Blumentals code editors
Post Reply
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Plugin: CSS Color Converter v1.0

Post by pmk65 »

WeBuilder Plugin: CSS Color Converter v1.0

Image

Convert CSS colors from one color scheme to another.
Supports RGB/RGBA/HSL/HSLA & HEX (RGB) Color schemes.

Code fully commented, so it might be useful as reference for other plugin authors ;)

Installation:
1) Download plugin .ZIP file.
2) Open WeBuilder and select "Plugins -> Manage Plugins" from the menu.
3) Click "Install" and select the .ZIP file you downloaded in step 1.

Usage:
1) Select a block of CSS code.
2) Activate the plugin from the "Plugins" menu or press the hotkey CTRL-ALT-C
3) Fill in the values for your conversion and click the "OK" Button.

How it works:
It finds colors in the the selected color scheme and converts the value to the selected output format.

Feedback appreciated. ;)
(I only use WeBuilder, so I haven't tested if it works in HTMLPad, Rapid CSS or Rapid PHP.)
Attachments
CSS Color Converter.zip
(5.57 KiB) Downloaded 625 times
There are 10 types of people in the world: Those who understand binary and those who don't.
Post Reply