menu
universal_web package
documentation
web.dart
WebGL2RenderingContext
clearColor method
clearColor method
dark_mode
light_mode
clearColor
method
void
clearColor
(
GLclampf
red
,
GLclampf
green
,
GLclampf
blue
,
GLclampf
alpha
,
)
Implementation
external void clearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha, );
universal_web package
documentation
web
WebGL2RenderingContext
clearColor method
WebGL2RenderingContext extension type