Color components#

SynthTIGER Copyright (c) 2021-present NAVER Corp. MIT license

class synthtiger.components.color.ColorMap(paths=(), weights=(), k=2)#
class synthtiger.components.color.Gray(gray=(0, 255), alpha=(1, 1), colorize=0)#
sample(meta=None)#
apply(layers, meta=None)#
data(meta)#
class synthtiger.components.color.GrayMap(paths=(), weights=(), k=2, alpha=(1, 1), colorize=0)#
sample(meta=None)#
data(meta)#
class synthtiger.components.color.Opacity(opacity=(0, 1))#
sample(meta=None)#
apply(layers, meta=None)#
class synthtiger.components.color.RGB(rgb=((0, 255), (0, 255), (0, 255)), alpha=(1, 1), grayscale=0)#
sample(meta=None)#
apply(layers, meta=None)#
data(meta)#
class synthtiger.components.color.RGBMap(paths=(), weights=(), k=2, alpha=(1, 1), grayscale=0)#
sample(meta=None)#
data(meta)#