// Activator needs a non-parameter constructor. /// <summary> /// Toggle of color mask. /// </summary> public ColorMaskSwitch() : this(ColorMask.GetDefault()) { }
// Activator needs a non-parameter constructor. /// <summary> /// Toggle of color mask. /// </summary> public ColorMaskState() : this(ColorMask.GetDefault()) { }