Grx.color_get_black
function color_get_black(): Grx.Color {
// Gjs wrapper for grx_color_get_black()
}
Gets the color value for black.
This is guaranteed to be 0. In C code, you can use #GRX_COLOR_BLACK for short.
- Returns
the color value.
function color_get_black(): Grx.Color {
// Gjs wrapper for grx_color_get_black()
}
Gets the color value for black.
This is guaranteed to be 0. In C code, you can use #GRX_COLOR_BLACK for short.
the color value.