Home | History | Annotate | Download | only in include

Lines Matching refs:CV_RGB

1275 *       constructed with CV_RGB macro) for color images and brightness                   *
1280 #define CV_RGB( r, g, b ) cvScalar( (b), (g), (r), 0 )