Vision Apps User Guide

Detailed Description

Line draw parameters.

Data Fields

uint32_t lineColor
 
uint32_t lineSize
 
uint32_t lineColorFormat
 

Field Documentation

◆ lineColor

uint32_t Draw2D_LinePrm::lineColor

Color used to draw a line

Representation of color in this field depends on the data format set during Draw2D_setBufInfo()

ex, 16-bit value for RGB565 data format

◆ lineSize

uint32_t Draw2D_LinePrm::lineSize

Size of line in pixels to draw

◆ lineColorFormat

uint32_t Draw2D_LinePrm::lineColorFormat

Currently below data formats are supported

  • DRAW2D_DF_BGR16_565
  • DRAW2D_DF_YUV422I_YVYU
  • DRAW2D_DF_YUV420SP_UV
  • DRAW2D_DF_BGRA16_4444