We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e9832 commit 757d52eCopy full SHA for 757d52e
README.md
@@ -29,13 +29,13 @@ represents the "RGB vector space" version.
29
30
## Usage
31
32
-```jl
+```julia
33
using ColorTypes, ColorVectorSpace
34
```
35
36
That's it. Just by loading `ColorVectorSpace`, most basic mathematical
37
operations will "just work" on `AbstractRGB`, `AbstractGray`
38
-(`OpaqueColor{T,1}`), `TransparentRGB`, and `TransparentGray` objects.
+(`Color{T,1}`), `TransparentRGB`, and `TransparentGray` objects.
39
(See definitions for the latter inside of `ColorTypes`).
40
41
If you discover missing operations, please open an issue, or better
0 commit comments