public abstract class ColorReference extends Object implements Serializable, Nullable
| Constructor and Description |
|---|
ColorReference() |
| Modifier and Type | Method and Description |
|---|---|
ColorReference |
brighten(Float brightness)
Brightens this color by the amount given.
|
protected abstract ColorReference |
copy() |
Float |
getBrightness() |
boolean |
isNull() |
ColorReference |
setBrightness(Float brightness) |
public ColorReference brighten(Float brightness)
brightness - the amount to brighten (between 0 and 1).protected abstract ColorReference copy()
public Float getBrightness()
public ColorReference setBrightness(Float brightness)
Copyright © 2013. All Rights Reserved.