Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HSL形式でウィジェットの背景色(純粋なgwtを使用)を取得するにはどうすればよいですか?たとえば使ってみましたが、元の色は:Slabel.getElement().getStyle().getBackgroundColor();ですが、常にRGB形式で色が返されます#FFFFFF
label.getElement().getStyle().getBackgroundColor();
#FFFFFF
いくつかの役立つヒントを共有してください
ありがとう
RBG値をHSLに変換できます。
http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript