ImageGear .NET - Updated December 24, 2018
Color Field (ImGearPixelateBorderParams)




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPixelateBorderParams Class : Color Field
Border color.
Syntax
'Declaration
 
Public Color As ImGearPixel
 
'Usage
 
Dim instance As ImGearPixelateBorderParams
Dim value As ImGearPixel
 
value = instance.Color
 
instance.Color = value

Field Value

ImageGear.Core.ImGearPixel class
Remarks
This option lets you to specify the border color. Color format, that is, color space, channel count and bits per channel must correspond to the DIB color format.
See Also

Reference

ImGearPixelateBorderParams Class
ImGearPixelateBorderParams Members
ImGearPixel Class