public class GlimpseColorSwt extends Object
Constructor and Description |
---|
GlimpseColorSwt() |
Modifier and Type | Method and Description |
---|---|
static float[] |
fromColorSwt(org.eclipse.swt.graphics.Color color) |
static float[] |
fromColorSwt(org.eclipse.swt.graphics.Color color,
float alpha) |
static float[] |
fromColorSwt(org.eclipse.swt.graphics.RGB color) |
static float[] |
fromColorSwt(org.eclipse.swt.graphics.RGB color,
float alpha) |
static float[] |
fromColorSwtSystemColor(int color) |
static org.eclipse.swt.graphics.Color |
toColorSwt(org.eclipse.swt.widgets.Display display,
float[] color) |
static org.eclipse.swt.graphics.Color |
toColorSwt(float[] color) |
public static float[] fromColorSwt(org.eclipse.swt.graphics.RGB color)
public static float[] fromColorSwt(org.eclipse.swt.graphics.Color color)
public static float[] fromColorSwt(org.eclipse.swt.graphics.RGB color, float alpha)
public static float[] fromColorSwt(org.eclipse.swt.graphics.Color color, float alpha)
public static float[] fromColorSwtSystemColor(int color)
public static org.eclipse.swt.graphics.Color toColorSwt(float[] color)
public static org.eclipse.swt.graphics.Color toColorSwt(org.eclipse.swt.widgets.Display display, float[] color)
Copyright © 2016 Metron, Inc.. All rights reserved.