コード例 #1
0
 public static int RenderGradient(ViewportManager vps, Color4 top, Color4 bottom)
 {
     return(instance.RenderGradientInternal(vps, top, bottom));
 }
コード例 #2
0
ファイル: ImGuiHelper.cs プロジェクト: Regenhardt/Librelancer
 public static int RenderGradient(Color4 top, Color4 bottom)
 {
     return(instance.RenderGradientInternal(top, bottom));
 }