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




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPixelateFillParams Class : Color Field
Fill color.
Syntax
'Declaration
 
Public Color As ImGearPixel
'Usage
 
Dim instance As ImGearPixelateFillParams
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 fill color. This parameter is used if FillMethod field is equal to ImGearPixelateFillMethod.Color.
See Also

Reference

ImGearPixelateFillParams Class
ImGearPixelateFillParams Members
ImGearPixel Class