This is a default gradient. You can use it anywhere a GradientWrapper
is required when you just want the default gradient to be used.
class DefaultGradient(GradientWrapper) {
; This is a default gradient. You can use it anywhere a GradientWrapper
; is required when you just want the default gradient to be used.
public:
func DefaultGradient(Generic pparent)
GradientWrapper.GradientWrapper(pparent)
endfunc
default:
title = "Default Gradient"
int param v_defaultgradient
caption = "Version (DefaultGradient)"
default = 100
hint = "This version parameter is used to detect when a change has been made to the formula that is incompatible with the previous version. When that happens, this field will reflect the old version number to alert you to the fact that an alternate rendering is being used."
visible = @v_defaultgradient < 100
endparam
}