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
460
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
730
Boost your App Dev using Sketch
griffin_stewie
0
310
Take a peep at .app
griffin_stewie
0
450
Lightweight Markup Language to PDF
griffin_stewie
1
610
ドキュメント作成どうしてる?
griffin_stewie
0
620
Pitfalls of PhotoKit
griffin_stewie
0
270
Tips for Apple Watch.
griffin_stewie
0
820
JSON をそこそこ見やすくする CUI ツールを Objective-C で作ったときの話
griffin_stewie
1
580
Other Decks in Technology
See All in Technology
セキュアな認可付きリモートMCPサーバーをAWSマネージドサービスでつくろう! / Let's build an OAuth protected remote MCP server based on AWS managed services
kaminashi
3
290
新規事業におけるGORM+SQLx併用アーキテクチャ
hacomono
PRO
0
180
自動テストのコストと向き合ってみた
qa
1
220
防災デジタル分野での官民共創の取り組み (2)DIT/CCとD-CERTについて
ditccsugii
0
210
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
280
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
130
Git in Team
kawaguti
PRO
3
350
20251014_Pythonを実務で徹底的に使いこなした話
ippei0923
0
180
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
2
600
ニッポンの人に知ってもらいたいGISスポット
sakaik
0
110
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
530
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
340
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
A designer walks into a library…
pauljervisheath
209
24k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
Writing Fast Ruby
sferik
629
62k
Why Our Code Smells
bkeepers
PRO
339
57k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
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