Skip to content

Commit

Permalink
Clarify working space applications
Browse files Browse the repository at this point in the history
  • Loading branch information
gurki committed May 19, 2019
1 parent be61f65 commit 49b77ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following direct conversions are currently available.

### RGB Working Spaces

`vivid` assumes a default `sRGB` working space. Specifically, the conversion between `RGB` and `XYZ` applies `sRGB` compounding and inverse compounding. You can also extend this using the low-level API.
`vivid` assumes a default `sRGB` working space. Specifically, the conversion between `RGB` and `XYZ` applies `sRGB` compounding and inverse compounding. You can also extend this using the low-level API. If you have no idea what I just said, don't worry - I didn't either a couple weeks ago :). You can use this library as high-level or low-level as you like.

```cpp
// manual wide gamut rgb to xyz conversion
Expand Down

0 comments on commit 49b77ac

Please sign in to comment.