-
```
What steps will reproduce the problem?
1. Open the palette window
2. Select HSL mode
3. Try to use the buttons + and - above and below the color preview: they
don't do anything !
In RGB, these b…
-
```
What steps will reproduce the problem?
1. Open the palette window
2. Select HSL mode
3. Try to use the buttons + and - above and below the color preview: they
don't do anything !
In RGB, these b…
-
```
What steps will reproduce the problem?
1. Open the palette window
2. Select HSL mode
3. Try to use the buttons + and - above and below the color preview: they
don't do anything !
In RGB, these b…
-
```
What steps will reproduce the problem?
1. Open the palette window
2. Select HSL mode
3. Try to use the buttons + and - above and below the color preview: they
don't do anything !
In RGB, these b…
-
```
What steps will reproduce the problem?
1. Open the palette window
2. Select HSL mode
3. Try to use the buttons + and - above and below the color preview: they
don't do anything !
In RGB, these b…
-
```
What steps will reproduce the problem?
1. Open the palette window
2. Select HSL mode
3. Try to use the buttons + and - above and below the color preview: they
don't do anything !
In RGB, these b…
-
```
RGB components : This is the primary need. Web workers manipulate #rrggbb a
lot, and even I remember some #rgb from my Amiga time. I propose a specific
setting that causes all display of R G B v…
-
I was testing out the feasibility of running non-precompiled fennel code on windows and ran into the following windows sepcific error.
```
(require :colour)
runtime error: ./colour.fnl:105: unfi…
-
```
What steps will reproduce the problem?
1. Open the palette window
2. Select HSL mode
3. Try to use the buttons + and - above and below the color preview: they
don't do anything !
In RGB, these b…
-
Running with Rust 1.77.2 on Windows 10, I ran this code :
let color = [r, g, b];
let color = prisma::Rgb::new(color[0], color[1], color[2]);
let mut color = prisma::Hsv::::from_color(…