PFNGLCOLOR4IPROCDart typedef

PFNGLCOLOR4IPROCDart = void Function(int red, int green, int blue, int alpha)

Implementation

typedef PFNGLCOLOR4IPROCDart =
    void Function(int red, int green, int blue, int alpha);