Img.opacity
Declaration
opacity(value=255)
Function Description
set Img's opacity.
Parameter Description
- value: set Img's opacity, value should be in [0,255]. 255 is the default value.
255 represent full opacity, 0 represent no opacity.
Demons
Demo1
create a ImgArray and show it as matrix.
Code
Result