Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e34c9171 cb91 0298 a800 f2ddf323cff0

haplokuon edited this page May 6, 2023 · 1 revision

AciColor(Byte, Byte, Byte) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the AciColor class.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AciColor(
	byte r,
	byte g,
	byte b
)

VB

Public Sub New ( 
	r As Byte,
	g As Byte,
	b As Byte
)

C++

public:
AciColor(
	unsigned char r, 
	unsigned char g, 
	unsigned char b
)

F#

new : 
        r : byte * 
        g : byte * 
        b : byte -> AciColor

Parameters

  Byte
Red component (input values range from 0 to 255).
  Byte
Green component (input values range from 0 to 255).
  Byte
Blue component (input values range from 0 to 255).

Remarks

By default the UseTrueColor will be set to true.

See Also

Reference

AciColor Class
AciColor Overload
netDxf Namespace

Clone this wiki locally