private static extern void Internal_setcolorOverLifetime(IntPtr thisPtr, ColorDistribution value);
 private static extern void Internal_setInitialColor(IntPtr thisPtr, ColorDistribution value);
Example #3
0
 private static extern void Internal_TColorDistribution3(ColorDistribution managedInstance, ColorGradient minGradient, ColorGradient maxGradient);
Example #4
0
 private static extern void Internal_TColorDistribution2(ColorDistribution managedInstance, ColorGradient gradient);
Example #5
0
 private static extern void Internal_TColorDistribution1(ColorDistribution managedInstance, ref Color minColor, ref Color maxColor);
Example #6
0
 private static extern void Internal_TColorDistribution0(ColorDistribution managedInstance, ref Color color);
Example #7
0
 private static extern void Internal_TColorDistribution(ColorDistribution managedInstance);