PFNGLCOLOR4BPROCDart typedef

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

Implementation

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