public interface IColorFactory
Example usage:
<colorDefinition
label="Custom Color"
id="example.customColor"
colorFactory="some.implementor.of.IColorFactory">
</colorDefinition>
Modifier and Type | Method and Description |
---|---|
RGB |
createColor()
Create a new color.
|
RGB createColor()
null
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.