TAlphaColor class

Inheritance

Constructors

TAlphaColor.new(int value, int alphaBlend, [String? name])
const

Properties

alphaBlend int
final
hashCode int
The hash code for this object.
no setterinherited
html String
Color to html format
no setteroverride
name String?
finalinherited
rgb int?
no setterinherited
rgba int?
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

alpha(int a) TColor
inherited
alpha_s(int a) String
inherited
grayScale() TColor
inherited
mixWith(TColor clr) TColor
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toColorRef() COLORREF?
override
tone(double val) TColor
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited