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

https://github.com/koder77/povray-colors

Convert RGB colors (0-255) to POVray colors: (0.0-1.0)
https://github.com/koder77/povray-colors

color povray tool

Last synced: 11 months ago
JSON representation

Convert RGB colors (0-255) to POVray colors: (0.0-1.0)

Awesome Lists containing this project

README

          

POVray - colors
===============
This is just a Rust learning project from me. It is my first Rust program.
The program converts RGB values (0-255) to the POVray colors: (0.0 - 1.0).

It is like this:

```
Enter rgb color, only RETURN to exit:
r? 42
g? 128
b? 255
color rgb<0.1647, 0.5020, 1.0000>
```

If you just press RETURN on "r?" then you exit the program.
Have some fun!