menu
Dart
dart:web_gl
RenderingContext2
blendFunc method
blendFunc
brightness_4
brightness_5
description
blendFunc
method
void
blendFunc
(
int
sfactor
,
int
dfactor
)
Implementation
void blendFunc(int sfactor, int dfactor) native;
Dart
dart:web_gl
RenderingContext2
blendFunc method
RenderingContext2 class