CJColor class

Constructors

CJColor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

colorFromHexString(String hexString, {double alpha = 1.0}) Color
colorFromString(String colorString, {double alpha = 1.0}) Color
  • colorString 颜色值(可以输入多种格式的颜色代码,如: 0x000000,0xff000000,#000000)
  • alpha 透明度(默认1,0-1)