Based on mt-pixel by Mark Townsend. Coincidentally, the base Formula class
behaves the same so nothing needs to be overridden.
class Standard_Pixel(common.ulb:Formula) {
; Based on mt-pixel by Mark Townsend. Coincidentally, the base Formula class
; behaves the same so nothing needs to be overridden.
default:
title = "Pixel"
helpfile = "Uf*.chm"
helptopic = "Html/formulas/standard/pixel.html"
heading
text = "Tip: the Pixel formula object marks all pixels in this layer as \
outside, so the layer is exclusively controlled by the coloring \
algorithm selected on the Outside tab."
endheading
complex param p_power ; Hide p_power from Formula
visible = false
endparam
}