GlBlendColor typedef

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

Implementation

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