Colorzilla

 

[Ko]

 - 색상 hex code 설정을 위한 참고 사이트(스포이드 도구를 이용해서 원하는 색상을 클릭 --> hexcode 복사해서 사용

https://www.colorzilla.com/chrome/

 - 칼라 설정 방법, Colors.red, Color(hexcode), Color.fromARGB(알파값-투명도, Red, Green, Blue)

 - 1개의 hexcode만으로 fromARGB 같은 기능을 하도록 하려면 : colorzilla에서 hexcode 붙여넣고, 예를들면 #0A0E21 --> #삭제하고 0xFF 대신 넣음 --> Color(0xFF0A0E21)

 

====================================================================

 

[En]

- Reference site for setting the color hex code (click the desired color using the eyedropper tool-> copy and use the hexcode)
https://www.colorzilla.com/chrome/
 - Color setting method, Colors.red, Color (hexcode), Color.fromARGB (alpha value-transparency, Red, Green, Blue)
 - To have the same function as fromARGB with only one hexcode: paste hexcode in colorzilla, for example # 0A0E21-> #delete and put 0xFF instead-> Color (0xFF0A0E21)

'플러터(Flutter) > 플러터 일반(Flutter General)' 카테고리의 다른 글

Extract widget and Key  (0) 2020.03.19
Flutter Themes, Theme widget, ThemeData  (0) 2020.03.19
Color eyedropper : Digital color meter  (0) 2020.03.18
Flutter macOS Setup  (0) 2020.03.18
Random number generator  (0) 2020.03.18

+ Recent posts