Created
October 6, 2015 20:04
-
-
Save pablocattaneo/da84e103470e99ad6e0c to your computer and use it in GitHub Desktop.
Seleccionar por color en Photoshop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://photo.stackexchange.com/questions/15495/how-do-i-select-all-pixels-that-match-an-exact-color-value-in-adobe-photoshop | |
You can use the Magic Wand Tool with the following setting: | |
Tolerance: 0 | |
Anti-alias: unchecked | |
Contiguous: unchecked | |
Sample All Layers: *checked or unchecked* (See below) | |
The Magic Wand Tool also uses the "Sample Size" settings from the Eye Dropper tool, so you will have to switch to that tool and make sure it is set to "Point Sample" before using the Magic Wand Tool. Otherwise you could end up selecting more colors than you intended. | |
To select a color by value, the easist way is probably to make a new layer and fill some part of it with the color you wish to select, and then use the Magic Wand tool (set to sample all layers) and click on your color patch on the new layer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment