Method procedure VLSimpleImageBuffer.IVLImageBuffer.AlphaComp(IVLImageBuffer;TVLAlphaCompOperation)

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: IVLImageBuffer

Contents

Syntax

Delphi:

procedure AlphaComp( Right : IVLImageBuffer, AOperation : TVLAlphaCompOperation );

C++ Builder:

void __fastcall AlphaComp( IVLImageBuffer Right, TVLAlphaCompOperation AOperation );

Visual C++ (MFC):

' AlphaComp( Right, AOperation );

Summary

Combines two images using alpha (opacity) values of both images.

Description

Call this method to combine two images using alpha (opacity) values of both images.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox