Interface IDynamicPathColorProvider
Defines the interface for specifying dynamic IPathColor
Implements
Namespace:
Assembly: .dll
Syntax
public interface IDynamicPathColorProvider extends IDisposable
Methods
createFromColor(int color)
Creates a IPathColor from specified color
Declaration
public abstract IPathColor createFromColor(int color)
Parameters
| Type | Name | Description |
|---|---|---|
| int | color | The color to create IPathColor from |
Returns
| Type | Description |
|---|---|
| IPathColor | The IPathColor instance |