GlBlendColorNative typedef

GlBlendColorNative = Void Function(Float red, Float green, Float blue, Float alpha)

Implementation

typedef GlBlendColorNative = Void Function(
    Float red, Float green, Float blue, Float alpha);