EC24::EC24

Constructs a EC24 object.

Namespace: Euresys::Open_eVision

[C++]

void EC24(
)

void EC24(
   const ERGBColor& rgbColor
)

void EC24(
   uint8_t c0,
   uint8_t c1,
   uint8_t c2
)

Parameters

rgbColor

The value of the pixel as an ERGBColor.

c0

The value of the first component of the pixel (red channel).

c1

The value of the second component of the pixel (green channel).

c2

The value of the third component of the pixel (blue channel).

EC24.EC24

Constructs a EC24 object.

Namespace: Euresys.Open_eVision

[C#]

void EC24(
   ERGBColor rgbColor
)

void EC24(
   byte c0,
   byte c1,
   byte c2
)

Parameters

rgbColor

The value of the pixel as an ERGBColor.

c0

The value of the first component of the pixel (red channel).

c1

The value of the second component of the pixel (green channel).

c2

The value of the third component of the pixel (blue channel).

EC24.__init__

Constructs a EC24 object.

Module: open_evision

[Python]

__init__() -> None

__init__(
    rgbColor: ERGBColor
) -> None

__init__(
    c0: int
    c1: int
    c2: int
) -> None

__init__(
    C2: int
) -> None

__init__(
    C2: int
    C1: int
) -> None

__init__(
    other: EC24
) -> None

Parameters

rgbColor

The value of the pixel as an ERGBColor.

c0

The value of the first component of the pixel (red channel).

c1

The value of the second component of the pixel (green channel).

c2

The value of the third component of the pixel (blue channel).

C2

The value of the third component of the pixel (blue channel).

C1

The value of the second component of the pixel (green channel).

other

Other instance