For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import os, json, argparse | |
| print os.getcwd() | |
| parser = argparse.ArgumentParser(description='Convert color assets from storyboards and xibs') | |
| parser.add_argument('--colorSpace', dest="color_space", | |
| type=str, |