menu
Dart
dart:web_gl
RenderingContext2
blendFuncSeparate method
blendFuncSeparate
brightness_4
brightness_5
description
blendFuncSeparate
method
void
blendFuncSeparate
(
int
srcRGB
,
int
dstRGB
,
int
srcAlpha
,
int
dstAlpha
)
Implementation
void blendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) native;
Dart
dart:web_gl
RenderingContext2
blendFuncSeparate method
RenderingContext2 class