Class VLColorSplit.TVLColorSplit

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLColorSplit : [[Class VLSinkFilter.TVLSinkFilter|Mitov.VideoLab.SinkFilter]]
+
'''public ref class''' ColorSplit : [[Class VLSinkFilter.TVLSinkFilter|Mitov.VideoLab.SinkFilter]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 36: Line 36:
 
Use this component to splits the frame into color components
 
Use this component to splits the frame into color components
 
such as Red, Green, and Blue.
 
such as Red, Green, and Blue.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLColorSplit_Preview.png]]
  
  
Line 71: Line 77:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

Latest revision as of 00:30, 26 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

BIGVLColorSplit.gif VLColorSplit.gif NETVLColorSplit.gif

Package: VideoLabPkg

Unit: VLColorSplit

Inherits: TVLSinkFilter

Contents

Syntax

Delphi:

type TVLColorSplit = class( TVLSinkFilter )

C++ Builder:

class TVLColorSplit : public TVLSinkFilter

Visual C++ (MFC):

class CTVLColorSplit : public CTVLSinkFilter

C# (.NET):

public ref class ColorSplit : Mitov.VideoLab.SinkFilter

Summary

Splits the image into color components.

Description

Use this component to splits the frame into color components such as Red, Green, and Blue.


Diagram:

VLColorSplit Preview.png


Example:

Original image:
SampleVideo3.png
Red,Green, and Blue components:
SampleSplitRed.png SampleSplitGreen.png SampleSplitBlue.png

Properties

Published

PinLists

From TVLSinkFilter

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox