https://github.com/flow-launcher/flow.launcher.plugin.color
https://github.com/flow-launcher/flow.launcher.plugin.color
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flow-launcher/flow.launcher.plugin.color
- Owner: Flow-Launcher
- Created: 2020-12-31T05:05:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T07:07:15.000Z (over 1 year ago)
- Last Synced: 2025-05-25T08:39:52.323Z (about 1 year ago)
- Language: C#
- Size: 39.1 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flow.Launcher.Plugin.Color
==========================
This plugin combines the functionalities of the [Color](https://github.com/Flow-Launcher/Flow.Launcher.Plugin.Color) and [HexRgb](https://github.com/vladimirantos/Wox.Plugins.HexRgb) plugins
The Color plugin was part of Flow Launcher's default plugins and is now a standalone available for use via Flow Launcher. Type `pm install color` in flow to install
For a history of commits for Color plugin itself, please see Flow Launcher's commit history.
The HexRgb plugin is created by Vladimír Antoš (@vladimirantos) and ported over into Color plugin.
This plugin is for previewing and converting colors between hex, rgb, vec3 and hsl.
## Preview:
### Examples of valid inputs:
#d948a7
217,72,167
0.8509804, 0.28235295, 0.654902
320.7, 65.6%, 56.7%
### Multiple inputs in a single query:
#d948a7 ; 217,72,167 ; 0.8509804, 0.28235295, 0.654902 ; 320.7, 65.6%, 56.7%
Whitespace and paranthesis are ignored.
Inputs can be prefixed with rgb, vec3 and hsl to avoid ambiguity.
