Share

AcCmColor::color

C++

[[deprecated("Use getRGBM() or getRGB()")]]
ACDBCORE2D_PORT Adesk::UInt32 color() const;

Description

This function returns color value and color method. Low byte is blue; the second byte is green; and the third byte is red. High byte is color method.

Links

AcCmColor

Use Instead

ACDBCORE2D_PORT Adesk::RGBQuad getRGB() const override;

ACDBCORE2D_PORT Adesk::UInt32 getRGBM() const override;

Was this information helpful?