Difference between revisions of "Clamp Layer"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (Text replace - ']]' to '}}')
m
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<!-- Page info -->
 
<!-- Page info -->
 
{{Title|Clamp Layer}}
 
{{Title|Clamp Layer}}
{{l|Category:Layers}}
+
{{Category|Layers}}
 +
{{Category|Filters}}
 +
{{NewTerminology}}
 
<!-- Page info end -->
 
<!-- Page info end -->
This page hasn't been written yet.  Please help.
 
  
A short description of the layer can be found here: {{l|Layer#Clamp}}
+
{{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.
 +
 
 +
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:
 +
{|{{Parameters}}
 +
 
 +
|-style="background:#"
 +
||{{l|Image:Bool_icon.png|16px}} Invert Negative
 +
|| {{Bool|}}
 +
||bool
 +
 
 +
|-style="background:#eeeeee"
 +
||{{l|Image:Bool_icon.png|16px}} Clamp Ceiling
 +
|| {{Bool|}}
 +
||bool
 +
 
 +
|-style="background:#"
 +
||{{l|Image:Real_icon.png|16px}} Ceiling
 +
||1.000000
 +
||real
 +
 
 +
|-style="background:#eeeeee"
 +
||{{l|Image:Real_icon.png|16px}} Floor
 +
||0.000000
 +
||real
 +
 
 +
|-
 +
|}

Latest revision as of 17:34, 2 March 2017

Languages Language: 

English


Layer filter clamp icon.png

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
Type bool icon.png Invert Negative
 
bool
Type bool icon.png Clamp Ceiling
 
bool
Type real icon.png Ceiling 1.000000 real
Type real icon.png Floor 0.000000 real


Languages Language: 

English