Skip to content

Commit

Permalink
Further ofxClipPreferences.rst fixes; see #72 and #73.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyo committed Apr 21, 2020
1 parent fdf2c1a commit c413871
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/sources/Reference/ofxClipPreferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,16 @@ cannot have their component types remapped, nor can the output. Optional
input clips can always have their component types remapped.

In the general context, all input clips may be remapped, as can the
output clip. The output clip has it's default components set to be, -
RGBA if any of the inputs is RGBA, - otherwise YUVA if any of the inputs
is YUVA, - otherwise A if the effect has any inputs, - otherwise RGBA if
there are no inputs.
output clip. The output clip has its default components set to be:

- RGBA if any of the inputs is RGBA
- otherwise A if the effect has any inputs
- otherwise RGBA if there are no inputs.

.. note::

It is a host implementation detail as to how a host actually attaches real
clips to a plugin. For instance, a host may allow a YUVA clip to be
wired to an input that asks for RGBA only. However it must map the clip
clips to a plugin. However it must map the clip
to RGBA in a manner that is transparent to the plugin. Similarly for any
other component types that the plugin does not support on an input.

Expand Down

0 comments on commit c413871

Please sign in to comment.