AntdFillColorDefine class
theme
- Inheritance
- Available extensions
Constructors
- AntdFillColorDefine.new({required Color color, required Color secondary, required Color tertiary, required Color quaternary})
- AntdFillColorDefine.generate(Color colorTextBase, Color colorBgBase, AntdOpacityDefine opacity)
-
factory
Properties
- a → double
-
The alpha channel of this color.
finalinherited
- alpha → int
-
The alpha channel of this color in an 8 bit value.
no setterinherited
- b → double
-
The blue channel of this color.
finalinherited
- blue → int
-
The blue channel of this color in an 8 bit value.
no setterinherited
- color → Color
-
最深的填充色,用于拉开与二、三级填充色的区分度,目前只用在 Slider 的 hover 效果。
final
- colorSpace → ColorSpace
-
The color space of this color.
finalinherited
- g → double
-
The green channel of this color.
finalinherited
- green → int
-
The green channel of this color in an 8 bit value.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- opacity → double
-
The alpha channel of this color as a double.
no setterinherited
- quaternary → Color
-
最弱一级的填充色,适用于不易引起注意的色块,例如斑马纹、区分边界的色块等。
final
- r → double
-
The red channel of this color.
finalinherited
- red → int
-
The red channel of this color in an 8 bit value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondary → Color
-
二级填充色可以较为明显地勾勒出元素形体,
如 Rate、Skeleton 等。也可以作为三级填充色的 Hover 状态,如 Table 等。
final
- tertiary → Color
-
三级填充色用于勾勒出元素形体的场景,
如 Slider、Segmented 等。如无强调需求的情况下,建议使用三级填色作为默认填色。
final
- toHex → String
-
Available on Color, provided by the ColorExtensions extension
no setter - value → int
-
A 32 bit value representing this color.
no setterinherited
Methods
-
computeLuminance(
) → double -
Returns a brightness value between 0 for darkest and 1 for lightest.
inherited
-
copyFrom(
AntdFillColorDefine? other) → AntdFillColorDefine -
generate(
[bool dark = false, Color backgroundColor = const Color(0xFF141414)]) → Map< int, Color> -
Available on Color, provided by the ColorExtensions extension
-
getAlphaColor(
Color color) → Color -
Available on Color, provided by the ColorExtensions extension
-
getHue(
HSVColor hsv, int i, [bool isLight = false]) → double -
Available on Color, provided by the ColorExtensions extension
-
getOriginalColor(
double knownAlpha) → Color -
Available on Color, provided by the ColorExtensions extension
-
getSaturation(
HSVColor hsv, int i, [bool isLight = false]) → double -
Available on Color, provided by the ColorExtensions extension
-
getValue(
HSVColor hsv, int i, [bool isLight = false]) → double -
Available on Color, provided by the ColorExtensions extension
-
isStableColor(
int color) → bool -
Available on Color, provided by the ColorExtensions extension
-
lightness(
[double amount = 10, bool dark = true]) → Color -
Available on Color, provided by the ColorExtensions extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toARGB32(
) → int -
Returns a 32-bit value representing this color.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withAlpha(
int a) → Color -
Returns a new color that matches this color with the alpha channel
replaced with
a
(which ranges from 0 to 255).inherited -
withAlphas(
double alpha, Color color) → Color -
Available on Color, provided by the ColorExtensions extension
-
withBlue(
int b) → Color -
Returns a new color that matches this color with the blue channel replaced
with
b
(which ranges from 0 to 255).inherited -
withGreen(
int g) → Color -
Returns a new color that matches this color with the green channel
replaced with
g
(which ranges from 0 to 255).inherited -
withOpacity(
double opacity) → Color -
Returns a new color that matches this color with the alpha channel
replaced with the given
opacity
(which ranges from 0.0 to 1.0).inherited -
withRed(
int r) → Color -
Returns a new color that matches this color with the red channel replaced
with
r
(which ranges from 0 to 255).inherited -
withValues(
{double? alpha, double? red, double? green, double? blue, ColorSpace? colorSpace}) → Color -
Returns a new color with the provided components updated.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited