public interface IMultiColorable
IMultiColorable objects may have several colors interpolated between each of
their individual points colors.
IMultiColorable object requires a ColorMapper that defines a strategy
for coloring points according to their position.| Modifier and Type | Method and Description |
|---|---|
ColorMapper |
getColorMapper()
Get the colormapper.
|
void |
setColorMapper(ColorMapper mapper)
Set the colormapper that will be used by the Drawable, instead of using precomputed colors.
|
void setColorMapper(ColorMapper mapper)
ColorMapper getColorMapper()
Copyright © 2016. All rights reserved.