Property VLCommonFilter.TVLTransparency.TransparentColor

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TVLTransparency

Contents

Syntax

Delphi:

property TransparentColor : TColor read FTransparentColor write SetTransparentColor default clBlack;

C++ Builder:

__property TColor TransparentColor = { read=FTransparentColor, write=SetTransparentColor, default=clBlack };

Summary

Specifies the custom image transparency color.

Description

Use this property to specify the custom color to will be used for the image transparency.


Delphi example:

VLImageGen1.Transparency.TransparentColor := clRed;

C++ Builder example:

VLImageGen1->Transparency->TransparentColor := clRed;

Visual C++(MFC) example:

VLImageGen1.Transparency.TransparentColor := GRB(255,0,0);

Visual C++/CLI example:

imageGen1->Transparency->TransparentColor = System::Drawing::KnownColor::Red;

C# example:

imageGen1.Transparency.TransparentColor = System.Drawing.KnownColor.Red;

VB example:

ImageGen1.Transparency.TransparentColor = System.Drawing.KnownColor.Red

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox