示例#1
0
 public static int RenderGradient(ViewportManager vps, Color4 top, Color4 bottom)
 {
     return(instance.RenderGradientInternal(vps, top, bottom));
 }
示例#2
0
 public static int RenderGradient(Color4 top, Color4 bottom)
 {
     return(instance.RenderGradientInternal(top, bottom));
 }