示例#1
0
文件: libcms.py 项目: sahwar/sk1-wx
def save_gray_profile(path):
    """Saves content of built-in Gray profile.

    :param path: Gray profile path as a string
    """
    import gray_profile_rc
    gray_profile_rc.save_resource(path)
示例#2
0
def save_gray_profile(path):
    """
	Saves content of built-in Gray profile.
	"""
    import gray_profile_rc
    gray_profile_rc.save_resource(path)
示例#3
0
def save_gray_profile(path):
	"""
	Saves content of built-in Gray profile.
	"""
	import gray_profile_rc
	gray_profile_rc.save_resource(path)