GenImageColor function

ImageD GenImageColor(
  1. int width,
  2. int height,
  3. ColorD color
)

See RaylibCoreFlatModule.GenImageColor.

Implementation

ImageD GenImageColor(
  int width,
  int height,
  ColorD color,
) => _module.GenImageColor(width, height, color);