PFNGLCOLOR4HNVPROCDart typedef

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

Implementation

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