Class VLTransparentColor.TVLColorRange

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(7 intermediate revisions by one user not shown)
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLColorRange : [[Class LPComponent.TLPCollectionItem|Vcl.VclCollectionItem]]
+
'''public ref class''' ColorRange : [[Class LPComponent.TLPCollectionItem|Vcl.VclCollectionItem]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 46: Line 46:
 
*[[Property VLTransparentColor.TVLColorRange.ToleranceGreen|ToleranceGreen]] - The tolerance for the green component of the transparent color range.  
 
*[[Property VLTransparentColor.TVLColorRange.ToleranceGreen|ToleranceGreen]] - The tolerance for the green component of the transparent color range.  
 
*[[Property VLTransparentColor.TVLColorRange.ToleranceBlue|ToleranceBlue]] - The tolerance for the blue component of the transparent color range.  
 
*[[Property VLTransparentColor.TVLColorRange.ToleranceBlue|ToleranceBlue]] - The tolerance for the blue component of the transparent color range.  
 +
 +
== From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] ==
 +
 +
== Methods ==
 +
 +
=== Public ===
 +
*[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]]
  
 
[[Category:Classes]]
 
[[Category:Classes]]

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.

Package: VideoLabPkg

Unit: VLTransparentColor

Inherits: TLPCollectionItem

Contents

Syntax

Delphi:

type TVLColorRange = class( TLPCollectionItem )

C++ Builder:

class TVLColorRange : public TLPCollectionItem

Visual C++ (MFC):

class CTVLColorRange : public CTLPCollectionItem

C# (.NET):

public ref class ColorRange : Vcl.VclCollectionItem

Summary

Color range settings class to be used for transparency in the TVLTransparentColor component.

Description

Defines a color range settings class to be used for transparency in the TVLTransparentColor component.

The color is transparent if each of its component ( red, green and blue ) are inside the tolerance around the TVLColorRange.Color .

Properties

Published

From TLPCollectionItem

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox