Set a pixel value
#include "dip_manipulation.h"
dip_Error dip_SetFloat ( out, constant, cor, adjust )
This function set a value of a pixel at position cor in the image out to the value constant.
| Data type | Name | Description |
| dip_Image | out | Output |
| dip_float | constant | Constant |
| dip_IntegerArray | cor | Pixel coordinate |
| dip_Boolean | adjust | Adjust data type of output image |
Set, SetInteger, SetComplex, dip__PixelSetInteger, dip__PixelSetFloat, Get