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




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearMosaicFillParams Class : Color Field
Fill color.
Syntax
'Declaration
 
Public Color As ImGearPixel
'Usage
 
Dim instance As ImGearMosaicFillParams
Dim value As ImGearPixel
 
value = instance.Color
 
instance.Color = value
public ImGearPixel Color
public: ImGearPixel* Color
public:
ImGearPixel^ Color

Field Value

ImageGear.Core.ImGearPixel class.
Remarks
This option lets you specify the fill color. This color is blended with the original cell color according to the Opacity field.
See Also

Reference

ImGearMosaicFillParams Class
ImGearMosaicFillParams Members
Opacity Field
ImGearPixel Class