This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
9854ce38 e98f 5bcf 796f 89ab4970a242
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains the approximate color index from the RGB components.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static byte RgbToAci(
byte r,
byte g,
byte b
)
VB
Public Shared Function RgbToAci (
r As Byte,
g As Byte,
b As Byte
) As Byte
C++
public:
static unsigned char RgbToAci(
unsigned char r,
unsigned char g,
unsigned char b
)
F#
static member RgbToAci :
r : byte *
g : byte *
b : byte -> byte
- Byte
- Red component.
- Byte
- Green component.
- Byte
- Blue component.
Byte
The approximate color index from the RGB components.