This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Create Lookup Table

Description

This functor creates a custom lookup table filled in with a specified value.

Inputs

Name Type Description
Initial Key Double The initial key.
Final Key Double The final key.

Optional Inputs

Name Type Description Default Value
Initial Value Double The initial value. 0.0
Final Value Double The final value. 0.0
Increment Double Increment between keys. 1.0
Key Name Name Name of keys. “Key”
Value Name Name Name of values. “Value”

Outputs

Name Type Description
Result Lookup Table The resulting lookup table.

Group

Notes

Internal Name

CreateLookupTable