pdb: fix typo s/chanel/channel/
This commit is contained in:
parent
9f86c7ec04
commit
12904cffc8
1 changed files with 2 additions and 2 deletions
|
|
@ -3821,9 +3821,9 @@ sub plug_in_sinus {
|
|||
{ name => 'col2', type => 'color',
|
||||
desc => 'second color (sometimes unused)' },
|
||||
{ name => 'alpha1', type => '0 <= float <= 1',
|
||||
desc => 'alpha for the first color (used if the drawable has an alpha chanel)' },
|
||||
desc => 'alpha for the first color (used if the drawable has an alpha channel)' },
|
||||
{ name => 'alpha2', type => '0 <= float <= 1',
|
||||
desc => 'alpha for the second color (used if the drawable has an alpha chanel)' },
|
||||
desc => 'alpha for the second color (used if the drawable has an alpha channel)' },
|
||||
{ name => 'blend', type => '0 <= int32 <= 2',
|
||||
desc => '0=linear, 1=bilinear, 2=sinusoidal' },
|
||||
{ name => 'blend_power', type => 'float',
|
||||
|
|
|
|||
Loading…
Reference in a new issue