VolumeRendererColors class

Inheritance

Constructors

VolumeRendererColors.new({Color vol = const Color(0xff4729AE), Color up = const Color(0xffC15466), Color down = const Color(0xff4DAA90), Color grid = const Color(0xff4c5c74), Color ma5 = const Color(0xffC9B885), Color ma10 = const Color(0xff6CB0A6), Color ma30 = const Color(0xff9979C6)})
const

Properties

down Color
Data down color.
finalinherited
grid Color
Grid color.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
ma10 Color
finalinherited
ma30 Color
finalinherited
ma5 Color
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
up Color
Data up color.
finalinherited
vol Color
final

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