خانه > comp > gb.qt4 > paint > color 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
Paint.Color (gb.qt4)
Static Function Color ( Color As Integer ) As PaintBrush

Creates a new brush corresponding to an opaque or translucent color.

The color is defined the same way as in GUI components: an hexadecimal integer &HAARRGGBB where AA is the alpha component, RR the red component, GG the green component and BB the blue component.

The value of each component is in the range 0 to 255. Beware that AA is 0 for fully opaque colors and 255 for fully transparent ones.