Method procedure VLSimpleImageBuffer.IVLImageBuffer.SetGrayScale(Cardinal;Cardinal;WORD)

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 SetGrayScale( X : Cardinal, Y : Cardinal, AValue : WORD );

C++ Builder:

void __fastcall SetGrayScale( unsigned int X, unsigned int Y, WORD AValue );

Visual C++ (MFC):

' SetGrayScale( X, Y, AValue );

Summary

Sets the color of individual pixel of the buffer to a grayscale value.

Description

Call this method to set the color of individual pixel of the buffer to a grayscale value.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox