Set pixel value for 32 bit float point images
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SetPixel( int x, int y, float color )
Public Sub SetPixel ( _ x As Integer, _ y As Integer, _ color As Single _ )
public: void SetPixel( int x, int y, float color )
Parameters
- x
- Int32
pixel column
- y
- Int32
pixel row
- color
- Single
the color to set (0..1)