ImageGear .NET v24.12 - Updated
Opacity Field (ImGearMosaicFillParams)




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearMosaicFillParams Class : Opacity Field
Opacity of the cell.
Syntax
'Declaration
 
Public Opacity As Single
'Usage
 
Dim instance As ImGearMosaicFillParams
Dim value As Single
 
value = instance.Opacity
 
instance.Opacity = value
public float Opacity
public: float Opacity
public:
float Opacity

Field Value

Valid range is 0...1.
Remarks
This option lets you specify the opacity of the cell, where 0.0 is transparent and 1.0 is opaque.
See Also

Reference

ImGearMosaicFillParams Class
ImGearMosaicFillParams Members
Color Field