mpl_visual_context.patheffects.HLSModify
- class mpl_visual_context.patheffects.HLSModify(h='100%', l='100%', s='100%', alpha='100%', dh=0, dl=0, ds=0, dalpha=0, clip_mode='clip')
PathEffect which modifies the color in HLS space. Both stroke and fill color are changed.
Methods
apply_to_color
draw_path
- __init__(h='100%', l='100%', s='100%', alpha='100%', dh=0, dl=0, ds=0, dalpha=0, clip_mode='clip')
Methods
__init__([h, l, s, alpha, dh, dl, ds, ...])apply_to_color(c)draw_path(renderer, gc, tpath, affine, rgbFace)