|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.drawing.StiColorUtils
public class StiColorUtils
| Constructor Summary | |
|---|---|
StiColorUtils()
|
|
| Method Summary | |
|---|---|
static StiColor |
changeLightness(StiColor color,
byte correctionFactor)
|
static StiColor |
changeLightness(StiColor color,
float correctionFactor)
|
static StiColor |
dark(StiColorEnum color,
int i)
|
static StiColor |
dark(StiColor baseColor,
int value)
|
static StiColor |
light(StiColor baseColor,
int value)
|
static StiColor |
mixingColors(StiColor color1,
StiColor color2,
int alpha)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiColorUtils()
| Method Detail |
|---|
public static StiColor light(StiColor baseColor,
int value)
public static StiColor mixingColors(StiColor color1,
StiColor color2,
int alpha)
public static StiColor dark(StiColor baseColor,
int value)
public static StiColor dark(StiColorEnum color,
int i)
public static StiColor changeLightness(StiColor color,
byte correctionFactor)
public static StiColor changeLightness(StiColor color,
float correctionFactor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||