EntityColorLookUpRgb Method
|
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static int LookUpRgb(
byte colorIndex
)
Public Shared Function LookUpRgb (
colorIndex As Byte
) As Integer
public:
static int LookUpRgb(
unsigned char colorIndex
)
static member LookUpRgb :
colorIndex : byte -> int
Parameters
- colorIndex Byte
-
Return Value
Int32
See Also