Clamp Layer
From Synfig Studio :: Documentation
(→About Clamp Layer: Tried to understand function from the source code...) |
m (move the icon from about section to the top of page) |
||
Line 3: | Line 3: | ||
{{Category|Layers}} | {{Category|Layers}} | ||
<!-- Page info end --> | <!-- Page info end --> | ||
− | |||
− | |||
{{l|Image:Layer_filter_clamp_icon.png|64px}} | {{l|Image:Layer_filter_clamp_icon.png|64px}} | ||
+ | This page hasn't been finished yet. Please help. | ||
+ | |||
+ | == About Clamp Layer == | ||
Clamp layer is used to limit colours to a certain range of component values. | Clamp layer is used to limit colours to a certain range of component values. | ||
Line 45: | Line 46: | ||
||real | ||real | ||
|} | |} | ||
+ | <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> |
Revision as of 13:13, 24 October 2011
This page hasn't been finished yet. Please help.
About Clamp Layer
Clamp layer is used to limit colours to a certain range of component values.
The R, G, B and A (alpha) components of each pixel are forced to lie within the range Floor...Ceiling.
If "Clamp Ceiling" is off, then only the Floor is considered.
If "Invert Negative" is on, then a pixel with a value of A less than Floor is first negated (-R, -G, -B, -A) and then something funny happens to raise all the components to at least Floor. Any ideas what this is for?
Parameters of Clamp Layer
The parameters of the Clamp Layers are:
Name | Value | Type |
Invert Negative |
|
bool |
Clamp Ceiling |
|
bool |
Ceiling | 1.000000 | real |
Floor | 0.000000 | real |