ImageGear .NET v24.12 - Updated
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
public ImGearPixel Color
public: ImGearPixel* Color
public:
ImGearPixel^ Color

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