Synopsis
HxImageRep HxMulVal(HxImageRep img, HxValue val)
Input
HxImageRep img
HxValue val
Return value
HxImageRep
Description
The function HxMulVal multiplies the values of the input image with the input value on a pixel-by-pixel basis. If the pixel type of the input image and the type of the value are both vectors with the same dimensionality, they are treated component wise. If the input image has vector type pixels and the dimensionality of the input value is 1, every component of a pixel vector is multiplied with the input value.
Remarks
See also
Keywords
Binary value, Arithmetic,