class org.aswing.plaf.ASColorUIResource extends ASColor

Color UI Resource. @author paling

Class Fields

static function createResourceColor(color:ASColor): ASColorUIResource

Create a color ui resource with a color.

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from ASColor

var alpha:Float
var rgb:Int
function brighter(?factor:Float):ASColor
function changeAlpha(newAlpha:Float):ASColor
function changeHue(newHue:Float):ASColor
function changeLuminance(newLuminance:Float):ASColor
function changeSaturation(newSaturation:Float):ASColor
function clone():ASColor
function darker(?factor:Float):ASColor
function equals(o:Dynamic):Bool
function getARGB():Int
function getBlue():Int
function getGreen():Int
function getHue():Float
function getLuminance():Float
function getRed():Int
function getSaturation():Float
function offsetHLS(hOffset:Float, lOffset:Float, sOffset:Float):ASColor
function scaleHLS(hScale:Float, lScale:Float, sScale:Float):ASColor
function toString():String

function new(?color:Int = 0, ?alpha:Float = 1): Void