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




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