com.stimulsoft.base.drawing
Class StiColorUtils
java.lang.Object
com.stimulsoft.base.drawing.StiColorUtils
public class StiColorUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiColorUtils
public StiColorUtils()
light
public static StiColor light(StiColor baseColor,
int value)
mixingColors
public static StiColor mixingColors(StiColor color1,
StiColor color2,
int alpha)
dark
public static StiColor dark(StiColor baseColor,
int value)
dark
public static StiColor dark(StiColorEnum color,
int i)
changeLightness
public static StiColor changeLightness(StiColor color,
byte correctionFactor)
changeLightness
public static StiColor changeLightness(StiColor color,
float correctionFactor)