Home
last modified time | relevance | path

Searched refs:colorValidator (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ufoLib/
Dvalidators.py560 if color is not None and not colorValidator(color):
609 if color is not None and not colorValidator(color):
646 def colorValidator(value): function
741 if color is not None and not colorValidator(color):
1053 if not colorValidator(value):
DglifLib.py29 colorValidator,
915 "color" : dict(type=str, valueValidator=colorValidator),