added note about updating docstring if Gradient list is updated

This commit is contained in:
Megan Kratz 2016-02-15 17:31:02 -05:00
parent 74fad9e29a
commit e5bd1f51a8

View File

@ -13,7 +13,7 @@ from ..python2_3 import cmp
__all__ = ['TickSliderItem', 'GradientEditorItem']
##### If Gradients are added or removed, or gradient names are changed, please update the GradientEditorItem.loadPreset docstring.
Gradients = OrderedDict([
('thermal', {'ticks': [(0.3333, (185, 0, 0, 255)), (0.6666, (255, 220, 0, 255)), (1, (255, 255, 255, 255)), (0, (0, 0, 0, 255))], 'mode': 'rgb'}),
('flame', {'ticks': [(0.2, (7, 0, 220, 255)), (0.5, (236, 0, 134, 255)), (0.8, (246, 246, 0, 255)), (1.0, (255, 255, 255, 255)), (0.0, (0, 0, 0, 255))], 'mode': 'rgb'}),