Convert RGB to ColorName String Javascript

前端 未结 6 1493
心在旅途
心在旅途 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:10

    Checkout this project https://github.com/evansque/coloraze and here is the node module for it https://www.npmjs.com/package/coloraze

提交回复
热议问题