common
Class NullColorTransfer
Object
common:Generic
common:ColorTransfer
common:NullColorTransfer
class
- ColorTransfer:NullColorTransfer
This is a null color transfer. You can use it anywhere a color transfer
is required when you don't want to actually do a color transfer.
Ultra Fractal Source
Toggle UF Source Code Display
class NullColorTransfer(ColorTransfer) {
; This is a null color transfer. You can use it anywhere a color transfer
; is required when you don't want to actually do a color transfer.
public:
func NullColorTransfer(Generic pparent)
ColorTransfer.ColorTransfer(pparent)
endfunc
default:
title = "Null Color Transfer"
int param v_nullcolortransfer
caption = "Version (NullColorTransfer)"
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_nullcolortransfer < 100
endparam
}
Methods inherited from class Object |
|
NullColorTransfer
public NullColorTransfer(Generic pparent)
NullColorTransfer
public NullColorTransfer()