| Smoothstep (smoothstep(from, to, A)) | |
|---|---|
|
|
| Type | |
| Category | Sampling > Operations > Scalar |
Smoothstep (smoothstep(from, to, A))
Description
Returns 0 if a < from, 1 if a > to, otherwise returns an interpolated value between 0 and 1.
Operates over all cells of A, a being the cells' value.
Enums
Enum #1
There is currently no description for the enum #1.
- Add
- Subtract
- Multiply
- Divide
- Power
- Max
- Min
- Abs
- Ceil
- Floor
- Round
- Clamp
- Remap
- Sign
- Smoothstep
- Step
- Wrap
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| float | from (from) |
There is currently no description for the argument from. |
0.0 |
| float | to (to) |
There is currently no description for the argument to. |
0.0 |
| Sample | a (A) |
There is currently no description for the argument a. |
Outputs
Sample - result (smoothstep(from, to, A))
There is currently no description for output result.