PFNGLCOLOR4UIPROCDart typedef

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

Implementation

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