https://github.com/formulae-org/package-color-js
Color package for Fōrmulæ, in JavaScript
https://github.com/formulae-org/package-color-js
color color-picker color-separation formulae inverse-color javascript transparency
Last synced: 6 months ago
JSON representation
Color package for Fōrmulæ, in JavaScript
- Host: GitHub
- URL: https://github.com/formulae-org/package-color-js
- Owner: formulae-org
- License: agpl-3.0
- Created: 2023-04-15T22:15:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T04:43:39.000Z (8 months ago)
- Last Synced: 2025-02-24T05:29:57.640Z (8 months ago)
- Topics: color, color-picker, color-separation, formulae, inverse-color, javascript, transparency
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# package-color-js
Color package for the [Fōrmulæ](https://formulae.org) programming language.
Fōrmulæ is also a software framework for visualization, edition and manipulation of complex expressions, from many fields. The code for an specific field —i.e. arithmetics— is encapsulated in a single unit called a Fōrmulæ **package**.
This repository contains the source code for the **color package**. It contains functionallity to visualize and edit color expressions, and performs operations with colors.
The GitHub organization [formulae-org](https://github.com/formulae-org) encompasses the source code for the rest of packages, as well as the [web application](https://github.com/formulae-org/formulae-js).
### Capabilities ###
* Visualization
* Colors, as a small rectangle painted with the specified color. Color supports transparency.* Edition
* Selection of a color interactively* Operations with colors
* Creation of a color given its component of reg, green, blue and opacity
* Retrieving the components (red, green, blue, opacity) of a given color expression
* Retrieving the inverse of a given color expression