ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPixelateBorderParams Class / Color Field




In This Topic
    Color Field (ImGearPixelateBorderParams)
    In This Topic
    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