public HPixelRGB(HPixelRGB p) : this(HCSMVOPINVOKE.new_HPixelRGB__SWIG_4(HPixelRGB.getCPtr(p)), true) { if (HCSMVOPINVOKE.SWIGPendingException.Pending) { throw HCSMVOPINVOKE.SWIGPendingException.Retrieve(); } }
public static void CreateZebraStripeTexture(int width, int height, int stripwidth, bool horizontal, HPixelRGB colorstripes, HPixelRGB colorbackground) { HCSMVOPINVOKE.HUtility_CreateZebraStripeTexture(width, height, stripwidth, horizontal, HPixelRGB.getCPtr(colorstripes), HPixelRGB.getCPtr(colorbackground)); if (HCSMVOPINVOKE.SWIGPendingException.Pending) { throw HCSMVOPINVOKE.SWIGPendingException.Retrieve(); } }