menu
enough_html_editor package
documentation
enough_html_editor.dart
getRed function
getRed function
dark_mode
light_mode
getRed
function
int
getRed
(
int
color
)
Get the red channel from the
color
.
Implementation
int getRed(int color) => (color) & 0xff;
enough_html_editor package
documentation
enough_html_editor
getRed function
enough_html_editor library