PFNGLCOLOR4UBPROCDart typedef

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

Implementation

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