Computer Science, asked by TAXAK, 11 months ago

difference Between pen colour and brush colour properties of graphics?​

Answers

Answered by priyas4174parjyd
19

Answer:

The basic difference between a brush and abrush pen is that the artist has to applycolours on the brush manually while with a brush pen you can create beautiful watercolour effects without the inconvenience ofmixing water, brush and colours.

Answered by TanikaWaddle
6

Pens exposes settings for lines, curves, and outlines of the closed shapes. Brushes contain settings for filling closed shapes (rectangles, ellipses, polygons, etc).

Explanation:

Pens exposes settings for lines, curves, and outlines of the closed shapes. Brushes contain settings for filling closed shapes (rectangles, ellipses, polygons, etc).

properties of pen

Pen width. Minimum pen width is 1. Specified by the Width property.

pen color. Note, it does not support transparency information, so alpha channel of the color will be ignored. Specified by the Color property.

Dash style. You can draw solid lines (or curves) as well as use several predefined patterns of dots and dashes. Specified by the DashStyle property.

properties of Brushes

Hatch fore color (i.e. color of the pattern itself). It does not support transparency information, so alpha channel of the color will be ignored. Specified by the property ForegroundColor.

Hatch background. If property TransparentBackground is false, background is filled with the color specified by the BackgroundColor property. Otherwise only pattern is drawn.

#Learn more:

How are colours used in high resolution graphics​

https://brainly.in/question/13373822

Similar questions