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
450
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
710
Boost your App Dev using Sketch
griffin_stewie
0
300
Take a peep at .app
griffin_stewie
0
440
Lightweight Markup Language to PDF
griffin_stewie
1
600
ドキュメント作成どうしてる?
griffin_stewie
0
610
Pitfalls of PhotoKit
griffin_stewie
0
260
Tips for Apple Watch.
griffin_stewie
0
810
JSON をそこそこ見やすくする CUI ツールを Objective-C で作ったときの話
griffin_stewie
1
580
Other Decks in Technology
See All in Technology
Create a Rails8 responsive app with Gemini and RubyLLM
palladius
0
120
エンジニア採用から始まる技術広報と組織づくり/202506lt
nishiuma
8
1.7k
AIにどこまで任せる?実務で使える(かもしれない)AIエージェント設計の考え方
har1101
3
1.1k
新卒3年目の後悔〜機械学習モデルジョブの運用を頑張った話〜
kameitomohiro
0
220
Eight Engineering Unit 紹介資料
sansan33
PRO
0
3.4k
New Cache Hierarchy for Container Images and OCI Artifacts in Kubernetes Clusters using Containerd / KubeCon + CloudNativeCon Japan
pfn
PRO
0
150
「どこにある?」の解決。生成AI(RAG)で効率化するガバメントクラウド運用
toru_kubota
2
390
Amazon Q Developer for GitHubとAmplify Hosting でサクッとデジタル名刺を作ってみた
kmiya84377
0
3.5k
新規プロダクト開発、AIでどう変わった? #デザインエンジニアMeetup
bengo4com
0
450
JSX - 歴史を振り返り、⾯⽩がって、エモくなろう
pal4de
2
530
Whats_new_in_Podman_and_CRI-O_2025-06
orimanabu
3
180
vLLM meetup Tokyo
jpishikawa
1
210
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
Building Applications with DynamoDB
mza
95
6.4k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
We Have a Design System, Now What?
morganepeng
52
7.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Statistics for Hackers
jakevdp
799
220k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The Cult of Friendly URLs
andyhume
79
6.4k
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