Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waacton committed Aug 2, 2024
1 parent c86d942 commit 6d8db5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ var noRed = colour.SimulateProtanopia();

### Use ICC profiles for CMYK conversion
Device-dependent colour prints of 4 (e.g. FOGRA39 CMYK) or more (e.g. FOGRA55 CMYKOGV) are supported through ICC profiles.
If there is no ICC profile, or if the profile cannot be used, naive conversion for uncalibrated CMYK is used instead.
If there is no ICC profile, or if the profile is incompatible, naive conversion for uncalibrated CMYK is used instead.
```c#
using Wacton.Unicolour.Icc;

Expand Down
2 changes: 1 addition & 1 deletion Unicolour.Readme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ var noRed = colour.SimulateProtanopia();

### Use ICC profiles for CMYK conversion
Device-dependent colour prints of 4 (e.g. FOGRA39 CMYK) or more (e.g. FOGRA55 CMYKOGV) are supported through ICC profiles.
If there is no ICC profile, or if the profile cannot be used, naive conversion for uncalibrated CMYK is used instead.
If there is no ICC profile, or if the profile is incompatible, naive conversion for uncalibrated CMYK is used instead.
```c#
using Wacton.Unicolour.Icc;

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ var noRed = colour.SimulateProtanopia();
### Use ICC profiles for CMYK conversion
Device-dependent colour prints of 4 (e.g. FOGRA39 CMYK) or more (e.g. FOGRA55 CMYKOGV) are supported through ICC profiles.
If there is no ICC profile, or if the profile cannot be used, naive conversion for uncalibrated CMYK is used instead.
If there is no ICC profile, or if the profile is incompatible, naive conversion for uncalibrated CMYK is used instead.
```c#
using Wacton.Unicolour.Icc;
Expand Down
2 changes: 1 addition & 1 deletion docs/README_us.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ var noRed = color.SimulateProtanopia();
### Use ICC profiles for CMYK conversion
Device-dependent color prints of 4 (e.g. FOGRA39 CMYK) or more (e.g. FOGRA55 CMYKOGV) are supported through ICC profiles.
If there is no ICC profile, or if the profile cannot be used, naive conversion for uncalibrated CMYK is used instead.
If there is no ICC profile, or if the profile is incompatible, naive conversion for uncalibrated CMYK is used instead.
```c#
using Wacton.Unicolour.Icc;
Expand Down

0 comments on commit 6d8db5a

Please sign in to comment.