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
420
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
640
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
530
ドキュメント作成どうしてる?
griffin_stewie
0
550
Pitfalls of PhotoKit
griffin_stewie
0
240
Tips for Apple Watch.
griffin_stewie
0
770
JSON をそこそこ見やすくする CUI ツールを Objective-C で作ったときの話
griffin_stewie
1
570
Other Decks in Technology
See All in Technology
「名前解決」から振り返るAmazon VPC
yuki_ink
0
320
SORACOMで実現するIoTのマルチクラウド対応 - IoTでのクリーンアーキテクチャの実現 -
kenichirokimura
0
260
ログラスが面白いと思う理由をマネージャーがエモく語ってみる / 20240829 vs LT
yoshikiiida
1
520
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
0
3.2k
【Λ(らむだ)最近のアプデ情報 / RPALT20240904
lambda
0
170
自社開発した大規模言語モデルをどうプロダクションに乗せて運用していくか〜インフラ編〜
pfn
PRO
4
1.1k
Practical GenAI with Go - Elastic and Golang Sydney
adriancole
0
140
Dify - LINE Bot連携 考え方と実用テクニック
uezo
5
1.1k
Autonomous Database Cloud 技術詳細 / adb-s_technical_detail_jp
oracle4engineer
PRO
15
39k
日経電子版から始まった内製開発の現在地と向き合っている課題/inhouse
nishiuma
0
240
ビジネスとエンジニアリングを繋ぐプロダクトを中心とした組織づくりの実践
sansantech
PRO
1
120
LLM を現場で評価する
asei
4
700
Featured
See All Featured
Robots, Beer and Maslow
schacon
PRO
157
8.1k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
123
18k
How to Ace a Technical Interview
jacobian
275
23k
Faster Mobile Websites
deanohume
304
30k
Building Your Own Lightsaber
phodgson
101
6k
Designing for humans not robots
tammielis
248
25k
Infographics Made Easy
chrislema
239
18k
Scaling GitHub
holman
458
140k
The Brand Is Dead. Long Live the Brand.
mthomps
53
37k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
22
1.7k
A Tale of Four Properties
chriscoyier
155
22k
Become a Pro
speakerdeck
PRO
22
4.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