Method procedure VLSimpleImageBuffer.IVLImageBuffer.SetValue(Cardinal)
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.
Class: IVLImageBuffer
Contents |
Syntax
Delphi:
procedure SetValue( AValue : Cardinal );
C++ Builder:
void __fastcall SetValue( unsigned int AValue );
Visual C++ (MFC):
' SetValue( AValue );
Summary
Sets the contained image to a color and Alpha transparency level.
Description
Call this method to set the contained image to a color and Alpha transparency level.
Parameters
Parameter | Description |
---|---|
AValue | A color and Alpha level to apply over the entire |
image. |