lxw_color_t

@brief The type for RGB colors in libxlsxwriter.

The type for RGB colors in libxlsxwriter. The valid range is 0x000000 (black) to 0xFFFFFF (white). See @ref working_with_colors.

extern (C)
alias lxw_color_t = int32_t

Meta