-
Notifications
You must be signed in to change notification settings - Fork 0
PluginBlend
Starlon edited this page Nov 30, 2011
·
2 revisions
<tr>
<td class="name" nowrap><a href="#BLEND">BLEND</a> (a, b)</td>
<td class="summary">Blend two colors </td>
</tr>
<tr>
<td class="name" nowrap><a href="#BLEND_ADJ">BLEND_ADJ</a> (a, b, v)</td>
<td class="summary">Blend two colors </td>
</tr>
<tr>
<td class="name" nowrap><a href="#BLEND_AVG">BLEND_AVG</a> (a, b)</td>
<td class="summary">Blend two colors </td>
</tr>
<tr>
<td class="name" nowrap><a href="#BLEND_LINE">BLEND_LINE</a> (line_blend_mode, fb, n, color)</td>
<td class="summary">Blend a cell within a buffer with a color </td>
</tr>
<tr>
<td class="name" nowrap><a href="#BLEND_MAX">BLEND_MAX</a> (a, b)</td>
<td class="summary">Blend two colors </td>
</tr>
<tr>
<td class="name" nowrap><a href="#BLEND_MIN">BLEND_MIN</a> (a, b)</td>
<td class="summary">Blend two colors </td>
</tr>
<tr>
<td class="name" nowrap><a href="#BLEND_MUL">BLEND_MUL</a> (a, b)</td>
<td class="summary">Blend two colors </td>
</tr>
<tr>
<td class="name" nowrap><a href="#BLEND_SUB">BLEND_SUB</a> (a, b)</td>
<td class="summary">Blend two colors </td>
</tr>
- BLEND (a, b)
-
Blend two colors
BLEND(a, b) The new color
<li> a: First color to blend </li> <li> b: Second color to blend </li> - BLEND_ADJ (a, b, v)
-
Blend two colors
BLEND_ADJ(a, b) The new color
<li> a: First color to blend </li> <li> b: Second color to blend </li> <li> v: </li> - BLEND_AVG (a, b)
-
Blend two colors
BLEND(a, b) The new color
<li> a: First color to blend </li> <li> b: Second color to blend </li> - BLEND_LINE (line_blend_mode, fb, n, color)
-
Blend a cell within a buffer with a color
BLEND_LINE(line_blend_mod, fb, n, color) Nothing
<li> line_blend_mode: Which mode to blend by </li> <li> fb: A table of color values </li> <li> n: The position within the table that'll be blended </li> <li> color: The color to blend </li> - BLEND_MAX (a, b)
-
Blend two colors
BLEND_MAX(a, b) The new color
<li> a: First color to blend </li> <li> b: Second color to blend </li> - BLEND_MIN (a, b)
-
Blend two colors
BLEND_MIN(a, b) The new color
<li> a: First color to blend </li> <li> b: Second color to blend </li> - BLEND_MUL (a, b)
-
Blend two colors
BLEND_MUL(a, b) The new color
<li> a: First color to blend </li> <li> b: Second color to blend </li> - BLEND_SUB (a, b)
-
Blend two colors
BLEND_SUB(a, b) The new color
<li> a: First color to blend </li> <li> b: Second color to blend </li>