Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taidalog/fermata.colorspaces
F# library for operations related to color space. Compatible with Fable.
https://github.com/taidalog/fermata.colorspaces
color-space color-space-conversion fable fsharp helper library
Last synced: 26 days ago
JSON representation
F# library for operations related to color space. Compatible with Fable.
- Host: GitHub
- URL: https://github.com/taidalog/fermata.colorspaces
- Owner: taidalog
- License: mit
- Created: 2024-01-01T10:02:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T15:03:55.000Z (10 months ago)
- Last Synced: 2024-04-27T05:04:30.948Z (6 months ago)
- Topics: color-space, color-space-conversion, fable, fsharp, helper, library
- Language: F#
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fermata.ColorSpaces
F# library for operations related to color space. Compatible with Fable.
Version 0.1.1
## Features
- Provides functions for working with color space. in F#.
- Works in a Fable project.## Target Frameworks
- .NET Standard 2.0
- .NET 6
- .NET 7
- .NET 8## Modules
- HexCode
Contains helper functions for working with HEX code.
- Rgb
Contains helper functions for working with RGB values.For more information, see the signature file (`.fsi`).
## Installation
.NET CLI,
```
dotnet add package Fermata.ColorSpaces --version 0.1.1
```F# Intaractive,
```
#r "nuget: Fermata.ColorSpaces, 0.1.1"
```For more information, please see [Fermata on NuGet Gallery](https://www.nuget.org/packages/Fermata.ColorSpaces).
## Notes
-
## Known Issue
-
## Release Notes
[Releases on GitHub](https://github.com/taidalog/Fermata.ColorSpaces/releases)
## Breaking Changes
-
## Links
- [Repository on GitHub](https://github.com/taidalog/Fermata.ColorSpaces)
- [NuGet Gallery](https://www.nuget.org/packages/Fermata.ColorSpaces)## License
This product is licensed under the [MIT license](https://github.com/taidalog/Fermata.ColorSpaces/blob/main/LICENSE).