https://github.com/goswinr/farbe
A small F# library for working with colors.
https://github.com/goswinr/farbe
color colors fsharp
Last synced: 10 months ago
JSON representation
A small F# library for working with colors.
- Host: GitHub
- URL: https://github.com/goswinr/farbe
- Owner: goswinr
- License: mit
- Created: 2024-09-20T16:20:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T17:17:30.000Z (12 months ago)
- Last Synced: 2025-08-23T19:30:38.143Z (10 months ago)
- Topics: color, colors, fsharp
- Language: F#
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Farbe
[](https://www.nuget.org/packages/Farbe/)
[](https://www.fuget.org/packages/Farbe)

[](LICENSE)

Farbe is a small F# library for working with colors.
(Farbe is the German word for color)
It has no dependencies on System.Drawing or any other library.
In fact using System.Drawing is discouraged as it is not cross platform:
https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only
### License
[MIT](https://raw.githubusercontent.com/goswinr/Farbe/main/LICENSE.txt)
### Changelog
`0.1.0`
- ported from FsEx library