Skip to content

Commit 53ac399

Browse files
authored
Some wording changes
1 parent 401ae49 commit 53ac399

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

color-profile.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@ Blue):
88

99
![RGB Cube](color-profile/rgb-cube.png)
1010

11-
But what does it mean a position in this 3D cube? We know that
11+
But what does a position in this 3D cube mean? We know that
1212
*RGB=(0, 0, 0)* represents the black color,
1313
*RGB=(255, 0, 0)* represents red, *RGB=(255, 255, 255)*
14-
it's white, etc. But what is [white](https://en.wikipedia.org/wiki/White_point) exactly?
14+
is white, etc. But what is [white](https://en.wikipedia.org/wiki/White_point) exactly?
1515
What was the ambient light used when your display monitor was calibrated
1616
and the manufacturer said *"OK, this is white"*?
1717

1818
Each device that must handle color (a monitor, a printer, a camera, a
19-
scanner, etc.) must be calibrated to convert the light in the ambient
19+
scanner, etc.) must be calibrated to convert the light in the ambient environment
2020
to some specific RGB values in a picture, or viceversa, some RGB values
2121
in this cube to [lightwaves](https://en.wikipedia.org/wiki/Light).
2222

2323
Color profiles indicate in which [color space](https://en.wikipedia.org/wiki/Color_space)
24-
these RGB values are. What does it means to be pure red,
24+
these RGB values are. What does it mean to be pure red,
2525
or pure blue, or pure green, or pure white.
2626
It is used to match RGB values in one device (e.g. your monitor, where
2727
you create your image) with other device (e.g. the user that will
2828
watch your image in her/his monitor).
2929

30-
Images on Internet generally use the
30+
Images on the Internet generally use the
3131
[sRGB color space](https://en.wikipedia.org/wiki/SRGB),
3232
but [PNG files](https://en.wikipedia.org/wiki/Portable_Network_Graphics) and
3333
[JPEG files](https://en.wikipedia.org/wiki/JPEG) can embed
3434
a specific [ICC color profile](https://en.wikipedia.org/wiki/ICC_profile)
3535
with its [RGB gamut](https://en.wikipedia.org/wiki/Gamut)
3636
and a [gamma correction](https://en.wikipedia.org/wiki/Gamma_correction).
37-
Since Aseprite v1.2.10-beta2 can
38-
save [color profiles in `.aseprite` files](https://github.com/aseprite/aseprite/blob/master/docs/ase-file-specs.md#color-profile-chunk-0x2007) too.
37+
Since Aseprite v1.2.10-beta2, you can save
38+
[color profiles in `.aseprite` files](https://github.com/aseprite/aseprite/blob/master/docs/ase-file-specs.md#color-profile-chunk-0x2007) too.
3939

4040
You can assign or convert the color profile of the current sprite
4141
from [Sprite Properties](sprite-properties.md). And you can configure

0 commit comments

Comments
 (0)