Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Question about color / colorpicker / eyedropper

Explorer ,
Nov 07, 2011 Nov 07, 2011

I would like to know how to get the RGB value of certain pixel at certain point of time.

Thanks you

TOPICS
Scripting
1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 07, 2011 Nov 07, 2011

Your script can temporarily apply a color control to the layer, apply a sampleImage() expression to the control, harvest the result (post-effect) with your script, and delete the control,

Dan

Translate
Community Expert ,
Nov 07, 2011 Nov 07, 2011

Your script can temporarily apply a color control to the layer, apply a sampleImage() expression to the control, harvest the result (post-effect) with your script, and delete the control,

Dan

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Nov 07, 2011 Nov 07, 2011

Here's an example of using the sampleImage method that Dan mentioned:

http://blogs.adobe.com/toddkopriva/2009/07/color-sampler-using-sampleimag.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 07, 2011 Nov 07, 2011
LATEST

It works.

Thanks for your time.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines