Convert RGB to ColorName String Javascript

前端 未结 6 1503
心在旅途
心在旅途 2020-12-11 05:45

I want to find out if a DOM Element has a style which is for example a color:Red. If this is defined on the inline style just like



        
6条回答
  •  醉话见心
    2020-12-11 06:24

    A color name to RGB converter look up table will help, start here: http://web.njit.edu/~walsh/rgb.html.
    On the other hand someone might have build it before, so try to google it: https://encrypted.google.com/search?num=100&q=SlateGray1+SlateGray2+inurl%3A.js

提交回复
热议问题