Method RequireArgb
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
ColorStructThis 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.