Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Memory

Accessible

Camera.Memory.Clear

Syntax

uEye.Memory.Clear(int s32MemId)

uEye.Memory.Clear(int s32MemId, uEye.Defines.ColorMode colorMode)

uEye.Memory.Clear(int s32MemId, uEye.Defines.ColorMode colorMode, int value)

Description

Fills the image memory with a defined color, e. g. if you use an 8-bit pixel format, the value "255" stands for white.

Parameter

s32MemId

Image memory ID

colorMode

Sets the memory color mode to be used, see Pixelformat

value

Color value to be set. If you do not set this parameter, the default value "0" (black) is used.