PFNGLCOLOR4FPROCDart typedef

PFNGLCOLOR4FPROCDart = void Function(double red, double green, double blue, double alpha)

Implementation

typedef PFNGLCOLOR4FPROCDart =
    void Function(double red, double green, double blue, double alpha);