Class VLTransparentColor.TVLColorRanges
From Mitov Wiki Doc
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: TLPCollection
Contents |
Syntax
Delphi:
type TVLColorRanges = class( TLPCollection )
C++ Builder:
class TVLColorRanges : public TLPCollection
Visual C++ (MFC):
class CTVLColorRanges : public CTLPCollection
C# (.NET):
public ref class TVLColorRanges : Vcl.VclCollectionProperty
Description
Defines collection of color ranges ( TVLColorRange ) to be used for transparency in the TVLTransparentColor component.
Properties
Public
- Items - Access to individual color range item from the collection.
Methods
Public
- function GetOwner() : TPersistent
- function Add() : TVLColorRange - Adds a new color range to the collection.