AnaglyphStereoPairStyle class

Stores the data of a stereo channel pair.

Constructors

AnaglyphStereoPairStyle({required AnaglyphStereoChannelStyle leftChannel, required AnaglyphStereoChannelStyle rightChannel})
Creates a custom AnaglyphStereoPairStyle.
const
AnaglyphStereoPairStyle.halfColor({AnaglyphStereoChannelStyle leftChannel = halfColorLeftChannelStyle, AnaglyphStereoChannelStyle rightChannel = halfColorRightChannelStyle})
Creates a "half color" stereo pair style.
const
AnaglyphStereoPairStyle.mono({AnaglyphStereoChannelStyle leftChannel = monoLeftChannelStyle, AnaglyphStereoChannelStyle rightChannel = monoRightChannelStyle})
Creates a "mono" stereo pair style.
const
AnaglyphStereoPairStyle.optimizedColor({AnaglyphStereoChannelStyle leftChannel = optimizedColorLeftChannelStyle, AnaglyphStereoChannelStyle rightChannel = optimizedColorRightChannelStyle})
Creates an "optimized color" stereo pair style.
const
AnaglyphStereoPairStyle.trueAnaglyph({AnaglyphStereoChannelStyle leftChannel = trueAnaglyphLeftChannelStyle, AnaglyphStereoChannelStyle rightChannel = trueAnaglyphRightChannelStyle})
Creates a "true anaglyph" stereo pair style.
const
AnaglyphStereoPairStyle.trueColor({AnaglyphStereoChannelStyle leftChannel = trueColorLeftChannelStyle, AnaglyphStereoChannelStyle rightChannel = trueColorRightChannelStyle})
Creates a "true color" stereo pair style.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
leftChannel AnaglyphStereoChannelStyle
Defines the style of the left channel.
final
rightChannel AnaglyphStereoChannelStyle
Defines the style of the right channel
final
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.
override

Operators

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