|
8 | 8 |
|
9 | 9 | 
|
10 | 10 |
|
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 |
12 | 12 | *RGB=(0, 0, 0)* represents the black color,
|
13 | 13 | *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? |
15 | 15 | What was the ambient light used when your display monitor was calibrated
|
16 | 16 | and the manufacturer said *"OK, this is white"*?
|
17 | 17 |
|
18 | 18 | 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 |
20 | 20 | to some specific RGB values in a picture, or viceversa, some RGB values
|
21 | 21 | in this cube to [lightwaves](https://en.wikipedia.org/wiki/Light).
|
22 | 22 |
|
23 | 23 | 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, |
25 | 25 | or pure blue, or pure green, or pure white.
|
26 | 26 | It is used to match RGB values in one device (e.g. your monitor, where
|
27 | 27 | you create your image) with other device (e.g. the user that will
|
28 | 28 | watch your image in her/his monitor).
|
29 | 29 |
|
30 |
| -Images on Internet generally use the |
| 30 | +Images on the Internet generally use the |
31 | 31 | [sRGB color space](https://en.wikipedia.org/wiki/SRGB),
|
32 | 32 | but [PNG files](https://en.wikipedia.org/wiki/Portable_Network_Graphics) and
|
33 | 33 | [JPEG files](https://en.wikipedia.org/wiki/JPEG) can embed
|
34 | 34 | a specific [ICC color profile](https://en.wikipedia.org/wiki/ICC_profile)
|
35 | 35 | with its [RGB gamut](https://en.wikipedia.org/wiki/Gamut)
|
36 | 36 | 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. |
39 | 39 |
|
40 | 40 | You can assign or convert the color profile of the current sprite
|
41 | 41 | from [Sprite Properties](sprite-properties.md). And you can configure
|
|
0 commit comments