com.stimulsoft.base.drawing
Class StiColorUtils

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiColorUtils

public class StiColorUtils
extends java.lang.Object


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

StiColorUtils

public StiColorUtils()
Method Detail

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)