Difference between revisions of "Curve Gradient Layer"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (Parameters of Curve Gradient Layer)
m (cat gradient)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
{{Title|Curve Gradient Layer}}
 
{{Title|Curve Gradient Layer}}
 
{{Category|Layers}}
 
{{Category|Layers}}
 +
{{Category|Gradients}}
 +
{{Category|Primitive Layers}}
 +
{{NewTerminology}}
 
<!-- Page info end -->
 
<!-- Page info end -->
  
Line 9: Line 12:
  
 
As you already guessed, a Curve Gradient is a gradient that follows a curve.  
 
As you already guessed, a Curve Gradient is a gradient that follows a curve.  
One side of the curve will be filled with the color at the beginning of the current gradient (see the {{l|Gradient Editor Dialog}}), and the other side will be filled by the color at the end of the gradient. In other words, the gradient will fully cover your canvas (as the other gradients do), and you'll have to play with the {{l|Blend Method}} if you want to bind it to a specific shape.
+
One side of the curve will be filled with the color at the beginning of the current gradient (see the {{l|Gradient Editor Dialog}}), and the other side will be filled by the color at the end of the gradient. In other words, the gradient will fully cover your canvas (as the other gradients do), and you'll have to play with the {{l|Blend Method}} if you want to bind it to a specific shape.
  
There are two ways to display a gradient: the default one (fast), and an improved one that can remove any render artifacts you have with the first one. To switch from one method to the other, check/uncheck the ''Fast'' parameter from the Params Panel.
+
There are two ways to display a gradient: the default one (fast), and an improved one that can remove any render artifacts you have with the first one. To switch from one method to the other, check/uncheck the {{Literal|Fast}} {{L|Parameter}} from the {{l|Parameters Panel}}.
  
 
== Parameters of Curve Gradient Layer ==
 
== Parameters of Curve Gradient Layer ==
  
The parameters of the Curve Gradient Layer are:
+
The parameters of the {{Literal|Curve Gradient Layer}} are:
{|border="0" align="left" style="border-collapse"  cellpadding="3" cellspacing="0"  
+
{|border="0" align="none" style="border-collapse"  cellpadding="3" cellspacing="0"  
 
|-style="background:silver"
 
|-style="background:silver"
 
|'''Name'''||'''Value'''||'''Type'''   
 
|'''Name'''||'''Value'''||'''Type'''   
Line 35: Line 38:
  
 
|-style="background:#eeeeee"
 
|-style="background:#eeeeee"
||{{l|Image:Vector_icon.png|16px}} Orign
+
||{{l|Image:Vector_icon.png|16px}} {{l|Origin Parameter|Origin}}
 
||0.000000pt,0.000000pt
 
||0.000000pt,0.000000pt
 
||vector
 
||vector
Line 47: Line 50:
 
||{{l|Image:List_icon.png|16px}} Vertices
 
||{{l|Image:List_icon.png|16px}} Vertices
 
||List
 
||List
||BLine
+
||spline
  
 
|-
 
|-
Line 82: Line 85:
  
 
|-
 
|-
||{{l|Image:Bool_icon.png|16px}} Fast
+
||{{l|Image:Bool_icon.png|16px}} {{l|Curve_Gradient_Layer#Fast_Option|Fast}}
 
||
 
||
 
{| style="width:16px; height:16px" border="1"
 
{| style="width:16px; height:16px" border="1"
Line 90: Line 93:
  
 
|}
 
|}
 
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
 
  
 
== Creating a Curve Gradient ==
 
== Creating a Curve Gradient ==
Line 97: Line 98:
 
There are several ways to create a gradient that follows a curve.
 
There are several ways to create a gradient that follows a curve.
  
* With the {{l|Bline Tool}}, check "Gradient" in the Tool Options dialog. It will create a gradient that follows the curve you draw.
+
* With the {{l|Spline Tool}}, check {{Literal|Gradient}} in the {{l|Tool_Options_Panel}}. It will create a gradient that follows the curve you draw.
  
* In the Layer menu (from the {{l|Canvas Menu Caret}} or with a right click on a layer in the Layers Panel), select ''Gradients > Curve Gradient''. It will create a gradient with a default shape. On the {{l|Params Panel}}, right click on Vertices, and select ''Convert > BLine'', so you can edit the shape of the gradient.
+
* In the {{l|Canvas_Layer_Menu#New_Layer_Menu|New Layer Menu}} (from the {{l|Canvas Menu Caret}} or with a right click on a layer in the {{l|Layers Panel}}), select ''Gradients > Curve Gradient''. It will create a gradient with a default shape. On the {{l|Parameters Panel}}, right click on {{Literal|Vertices}}, and select ''Convert > Spline'', so you can edit the shape of the gradient.
  
* To make a Curve Gradient follow an '''existing''' shape, place the Curve Gradient layer  above the layer containing the shape in the {{l|Layers Panel}}. Select those two layers, then on the Params Panel, right-click on ''Vertices'' (greyed) and select ''Link''.
+
* To make a Curve Gradient follow an '''existing''' shape, place the {{Literal|Curve Gradient Layer}} above the layer containing the shape in the {{l|Layers Panel}}. Select those two layers, then on the Parameters Panel, right-click on {{Literal|Vertices}} (greyed) and select {{Literal|Link}}.
  
* Alternately, to make a Curve Gradient follow an existing bline shape (outline, region, or other curve gradient), select the shape you want it to follow, right-click its Vertices parameter in the parameter dialog and chose Export from the menu. Type a name in the dialog that pops up. Then select the curve gradient layer where you want to use this exported shape. Open the Children dialog, find the shape you just exported and select it. Then right-click on the Vertices parameter of the Curve Gradient layer where you want to use the shape and select Connect from the menu.
+
* Alternately, to make a Curve Gradient follow an existing Spline shape ({{l|Outline Layer|Outline}}, {{l|Region Layer|Region}}, or other Curve Gradient), select the shape you want it to follow, right-click its Vertices Parameter in the {{l|Parameters Panel}} and chose {{l|Export}} from the menu. Type a name in the dialog that pops up. Then select the {{Literal|Curve Gradient Layer}} where you want to use this exported shape. Open the {{l|Library Panel}}, find the shape you just exported and select it. Then right-click on the Vertices parameter of the exported Layer where you want to use the shape and select {{Literal|Connect}} from the menu.
  
 
== Spreading the gradient ==
 
== Spreading the gradient ==
  
Your curve gradient is now created, but it may not look at all like a gradient. Instead it may looks like each side of the curve was filled with a solid color. That's because the width of the gradient is too small. Make sure that the Curve Gradient layer is selected, and in the {{l|Params Panel}}, increase the ''Width'' value. Your gradient will appear.  
+
Your Curve Gradient is now created, but it may not look at all like a gradient. Instead it may looks like each side of the curve was filled with a solid color. That's because the width of the gradient is too small. Make sure that the {{Literal|Curve Gradient Layer}} is selected, and in the {{l|Parameters Panel}}, increase the {{Literal|Width}} value. Your gradient will appear.  
  
An easier way to increase the gradient size is to use the Width {{l|Duck|ducks}}. In the {{l|Canvas Menu Caret|Canvas Menu}} select ''View > Show/Hide Ducks > Show width ducks''. The width ducks appear in purple on the canvas. Grab one of them to adjust the width. Each width duck can be adjusted independently. The width of the gradient will follow the width of the BLine at each point, so it's possible to have the gradient very wide in some places and less wide in others.
+
An easier way to increase the gradient size is to use the Width {{l|Handle|Handles}}. In the {{l|Canvas Menu Caret|Canvas Menu}} select ''View > Show/Hide Handles > Show Width Handles''. The Width Handles appear in purple on the Canvas. Grab one of them to adjust the width. Each Width Handle can be adjusted independently. The width of the gradient will follow the width of the Spline at each point, so it's possible to have the gradient very wide in some places and less wide in others.
  
 
== Fast Option ==
 
== Fast Option ==
  
Within the {{l|Params Panel}} of the curve gradient layer is a "fast" option. I'm unsure exactly what speed up it produces, but it does cause a visual artifact when the gradient is constrained with transparency as show in the {{l|Gradient Editor Dialog}} page, and curve vertices are set to width = 0.
+
Within the {{l|Parameters Panel}} of the {{Literal|Curve Gradient Layer}} is a {{Literal|Fast}} option. I'm unsure exactly what speed up it produces, but it does cause a visual artifact when the gradient is constrained with transparency as show in the {{l|Gradient Editor Dialog}} page, and curve vertices are set to width = 0.
  
 
http://i1134.photobucket.com/albums/m620/BentFX/Synfig/FastGradientCurve.png
 
http://i1134.photobucket.com/albums/m620/BentFX/Synfig/FastGradientCurve.png
  
The fast option can be turned off in the curve gradient layer's {{l|Params Panel}}.
+
The {{Literal|Fast}} option can be turned '''Off''' in the curve gradient layer's {{l|Parameters Panel}}.

Latest revision as of 00:08, 15 September 2016

Languages Language: 

English


Layer gradient curve icon.png

About Curve Gradient Layer

As you already guessed, a Curve Gradient is a gradient that follows a curve. One side of the curve will be filled with the color at the beginning of the current gradient (see the Gradient Editor Dialog), and the other side will be filled by the color at the end of the gradient. In other words, the gradient will fully cover your canvas (as the other gradients do), and you'll have to play with the Blend Method if you want to bind it to a specific shape.

There are two ways to display a gradient: the default one (fast), and an improved one that can remove any render artifacts you have with the first one. To switch from one method to the other, check/uncheck the "Fast" Parameter from the Parameters Panel.

Parameters of Curve Gradient Layer

The parameters of the "Curve Gradient Layer" are:

Name Value Type
Type real icon.png Z Depth 0.000000 real
Type real icon.png Amount 1.000000 real
Type integer icon.png Blend Method Composite integer
Type vector icon.png Origin 0.000000pt,0.000000pt vector
Type real icon.png Width 5.500000pt real
Type list icon.png Vertices List spline
Tool gradient icon.png Gradient
gradient
Type bool icon.png Loop
bool
Type bool icon.png ZigZag
bool
Type bool icon.png Perpendicular
bool
Type bool icon.png Fast
bool

Creating a Curve Gradient

There are several ways to create a gradient that follows a curve.

  • In the New Layer Menu (from the Canvas Menu Caret or with a right click on a layer in the Layers Panel), select Gradients > Curve Gradient. It will create a gradient with a default shape. On the Parameters Panel, right click on "Vertices", and select Convert > Spline, so you can edit the shape of the gradient.
  • To make a Curve Gradient follow an existing shape, place the "Curve Gradient Layer" above the layer containing the shape in the Layers Panel. Select those two layers, then on the Parameters Panel, right-click on "Vertices" (greyed) and select "Link".
  • Alternately, to make a Curve Gradient follow an existing Spline shape (Outline, Region, or other Curve Gradient), select the shape you want it to follow, right-click its Vertices Parameter in the Parameters Panel and chose Export from the menu. Type a name in the dialog that pops up. Then select the "Curve Gradient Layer" where you want to use this exported shape. Open the Library Panel, find the shape you just exported and select it. Then right-click on the Vertices parameter of the exported Layer where you want to use the shape and select "Connect" from the menu.

Spreading the gradient

Your Curve Gradient is now created, but it may not look at all like a gradient. Instead it may looks like each side of the curve was filled with a solid color. That's because the width of the gradient is too small. Make sure that the "Curve Gradient Layer" is selected, and in the Parameters Panel, increase the "Width" value. Your gradient will appear.

An easier way to increase the gradient size is to use the Width Handles. In the Canvas Menu select View > Show/Hide Handles > Show Width Handles. The Width Handles appear in purple on the Canvas. Grab one of them to adjust the width. Each Width Handle can be adjusted independently. The width of the gradient will follow the width of the Spline at each point, so it's possible to have the gradient very wide in some places and less wide in others.

Fast Option

Within the Parameters Panel of the "Curve Gradient Layer" is a "Fast" option. I'm unsure exactly what speed up it produces, but it does cause a visual artifact when the gradient is constrained with transparency as show in the Gradient Editor Dialog page, and curve vertices are set to width = 0.

FastGradientCurve.png

The "Fast" option can be turned Off in the curve gradient layer's Parameters Panel.


Languages Language: 

English