Table of Contents

Method RequireArgb

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

RequireArgb(ref ColorStruct)

This method is called each time before argb value of the color is returned to the caller.

protected virtual void RequireArgb(ref ColorStruct val)

Parameters

val ColorStruct

This output parameter must be set if argb of the color is changed.

Remarks

You can override this method in order to provide alternative mechanism for loading and preparing argb values of the color.