Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Talk about "clg" color list generator.
Search
griffin-stewie
July 21, 2015
Technology
1
430
Talk about "clg" color list generator.
関モバ #4
http://kanmoba.connpass.com/event/16940/
griffin-stewie
July 21, 2015
Tweet
Share
More Decks by griffin-stewie
See All by griffin-stewie
How I develop a Sketch Native Plugin
griffin_stewie
0
660
Boost your App Dev using Sketch
griffin_stewie
0
290
Take a peep at .app
griffin_stewie
0
420
Lightweight Markup Language to PDF
griffin_stewie
1
550
ドキュメント作成どうしてる?
griffin_stewie
0
570
Pitfalls of PhotoKit
griffin_stewie
0
240
Tips for Apple Watch.
griffin_stewie
0
780
JSON をそこそこ見やすくする CUI ツールを Objective-C で作ったときの話
griffin_stewie
1
570
Other Decks in Technology
See All in Technology
Terraform未経験の御様に対してどの ように導⼊を進めていったか
tkikuchi
2
330
Microsoft Fabric OneLake の実体について
ryomaru0825
0
200
これまでの計測・開発・デプロイ方法全部見せます! / Findy ISUCON 2024-11-14
tohutohu
3
290
形式手法の 10 メートル手前 #kernelvm / Kernel VM Study Hokuriku Part 7
ytaka23
5
770
RubyのWebアプリケーションを50倍速くする方法 / How to Make a Ruby Web Application 50 Times Faster
hogelog
1
100
3次元点群データ「VIRTUAL SHIZUOKA』のオープンデータ化による恩恵と協働の未来/FOSS4G Japan 2024
kazz24s
0
130
透過型SMTPプロキシによる送信メールの可観測性向上: Update Edition / Improved observability of outgoing emails with transparent smtp proxy: Update edition
linyows
2
190
サイバーセキュリティと認知バイアス:対策の隙を埋める心理学的アプローチ
shumei_ito
0
320
ドメインの本質を掴む / Get the essence of the domain
sinsoku
0
110
Lexical Analysis
shigashiyama
1
140
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
28k
Microsoft MVPになる前、なってから/Fukuoka_Tech_Women_Community_1_baba
nina01
0
180
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
Statistics for Hackers
jakevdp
796
220k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
654
59k
The Language of Interfaces
destraynor
154
24k
A designer walks into a library…
pauljervisheath
202
24k
Practical Orchestrator
shlominoach
186
10k
Transcript
clg @griffin_stewie
Fenrir Inc. @griffin_stewie
How do you get inputs about colors from your designers?
https://flic.kr/p/5BUhTc
From Designer • Specification Document • #FF5722 • r:255, g:87,
b34 • Pick it by your self
How do you apply colors? https://flic.kr/p/rohX3a
Storyborads • Using Color Picker • Painfull
Code • Category • Extension
Storyboard VS Code • Sometimes color is not same
How about Androids? https://flic.kr/p/9vSR9i
Who cares? http://images.sodahead.com/polls/0/0/0/6/8/0/4/6/5/polls_who_cares_4800_920100_poll.jpeg
I care
Use “clg” https://flic.kr/p/5YWuWk
What is “clg”? • Generate code from ASE file •
a.k.a. "Adobe Swatch Exchange" • Swift extension Code • Objective-C category code • Android’s colors.xml
What is `clg`? • Generate JSON file as definition file
• git friendly
What is `clg`? • Generate clr file • Storyboard friendly
• Easy to recognize what color is
Color Picker
Swift
Objective-C
Android
https://github.com/griffin- stewie/clg