  | DocxParagraphStyleSetColor Method | 
            Sets the color.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic void SetColor(
	int r,
	int g,
	int b
)
Public Sub SetColor ( 
	r As Integer,
	g As Integer,
	b As Integer
)
public:
void SetColor(
	int r, 
	int g, 
	int b
)
member SetColor : 
        r : int * 
        g : int * 
        b : int -> unit Parameters
- r  Int32
 - The r.
 - g  Int32
 - The g.
 - b  Int32
 - The b.
 
See Also