55 : base(new
ScriptNode[] { Red, Green, Blue, Alpha },
84 SKColor Color = Graphs.Graph.ToColor(
Arguments[0].AssociatedObjectValue);
86 Color.Red, Color.Green, Color.Blue, Color.Alpha));
Script runtime exception.
Class managing a script expression.
static double ToDouble(object Object)
Converts an object to a double value.
Generates a Graphs3D.PhongIntensity object.
PhongIntensity(ScriptNode Color, int Start, int Length, Expression Expression)
Generates a Graphs3D.PhongIntensity object.
PhongIntensity(ScriptNode Red, ScriptNode Green, ScriptNode Blue, int Start, int Length, Expression Expression)
Generates a Graphs3D.PhongIntensity object.
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
override string FunctionName
Name of the function
override string[] DefaultArgumentNames
Default Argument names
PhongIntensity(ScriptNode Red, ScriptNode Green, ScriptNode Blue, ScriptNode Alpha, int Start, int Length, Expression Expression)
Generates a Graphs3D.PhongIntensity object.
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
static readonly ArgumentType[] argumentTypes3Scalar
Three scalar parameters.
static readonly ArgumentType[] argumentTypes1Scalar
One scalar parameter.
static readonly ArgumentType[] argumentTypes4Scalar
Four scalar parameters.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Basic interface for all types of elements.