API Reference > imodeljs-common > Symbology > GraphicParams GraphicParams Class Beta The "cooked" material and symbology for a RenderGraphic. This determines the appearance (e.g. texture, color, width, linestyle, etc.) used to draw Geometry. Methods Name Description setFillColor(fillColor: ColorDef): void Set the current fill color for this GraphicParams. setFillTransparency(transparency: number): void setLineColor(lineColor: ColorDef): void set the line color setLinePixels(code: LinePixels): void Set the linear pixel pattern for this GraphicParams. setLineTransparency(transparency: number): void fromBlankingFill(fillColor: ColorDef): GraphicParams Static fromSymbology(lineColor: ColorDef, fillColor: ColorDef, lineWidth: number, linePixels: LinePixels = LinePixels.Solid): GraphicParams Static Properties Name Type Description fillColor ColorDef fillFlags FillFlags gradient undefined | Gradient.Symb lineColor ColorDef linePixels LinePixels lineTexture undefined | RenderTexture material undefined | RenderMaterial rasterWidth number trueWidthEnd number trueWidthStart number Defined in core/common/src/GraphicParams.ts Line 39 Last Updated: 13 June, 2024