SoftShadowGenerator class

Constructors

SoftShadowGenerator()

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

gen(String? backgroundimage, String? backgroundcolor, double? shadowangle, double? shadowintensity) TransformationData
Method for AI Soft Shadow Generator @param Background Image String @param Background Color String (Default: "ffffff") @param Shadow Angle double (Default: 120) @param Shadow Intensity double (Default: 0.5) @return TransformationData.
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