An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Farbe

[![Farbe on nuget.org](https://img.shields.io/nuget/v/Farbe)](https://www.nuget.org/packages/Farbe/)
[![Farbe on fuget.org](https://www.fuget.org/packages/Farbe/badge.svg)](https://www.fuget.org/packages/Farbe)
![code size](https://img.shields.io/github/languages/code-size/goswinr/Farbe.svg)
[![license](https://img.shields.io/github/license/goswinr/Farbe)](LICENSE)

![Logo](https://raw.githubusercontent.com/goswinr/Farbe/main/Doc/logo.png)

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