MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / RandomColor

Method RandomColor

CSharp/Examples/RectClip/Main.cs:66–69  ·  view source on GitHub ↗
(Random rc)

Source from the content-addressed store, hash-verified

64 }
65
66 public static uint RandomColor(Random rc)
67 {
68 return (uint) (rc.Next() | 0xBF000000);
69 }
70
71 public static void DoRandomPoly(bool loadPrevious = false)
72 {

Callers

nothing calls this directly

Calls 1

NextMethod · 0.80

Tested by

no test coverage detected