ColorToInt function

int ColorToInt(
  1. ColorD color
)

See RaylibCoreFlatModule.ColorToInt.

Implementation

int ColorToInt(
  ColorD color,
) => _module.ColorToInt(color);