ColorToInt function

int ColorToInt(
  1. ColorD color
)

Implementation

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