[][src]Function tracy_client::color_message

pub fn color_message(message: &str, rgba: u32, callstack_depth: u16)

Output a message with an associated color.

callstack_depth specifies the maximum number of stack frames client should collect.

The colour shall be provided as RGBA, where the least significant 8 bits represent the alpha component and most significant 8 bits represent the red component.