BGR2RGB
string BGR2RGB(bgr_color)
接口描述
把BGR(按键格式)的颜色格式转换为RGB
请求参数
参数名
类型
描述
必填
bgr_color
string
bgr格式的颜色字符串
必填
响应参数
参数名
类型
描述
必填
RGB格式的字符串
必填