INTERNAL_CALL_GetCurvePreviewFilled() private method

private INTERNAL_CALL_GetCurvePreviewFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, AnimationCurve curve, Color &color, Color &topFillColor, Color &bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
curve UnityEngine.AnimationCurve
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D
 public static Texture2D GetCurvePreviewFilled(int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, Color color, Color topFillColor, Color bottomFillColor)
 {
     return(AnimationCurvePreviewCache.INTERNAL_CALL_GetCurvePreviewFilled(previewWidth, previewHeight, useCurveRanges, ref curveRanges, curve, ref color, ref topFillColor, ref bottomFillColor));
 }