PFNGLCOLOR4SPROCDart typedef

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

Implementation

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