Skip to content

ACadSharp.Color.GetTrueColorRgb

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

GetTrueColorRgb Method

Returns the RGB color code using the true color value.

Remarks

If the color is not it will return the default values for RGB

Definition

Namespace: ACadSharp.Color

C#

public ReadOnlySpan<Byte> GetTrueColorRgb

Return Value

ReadOnlySpan

Clone this wiki locally