User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_color.tobgr_void

Table of Contents

TGIS_Color.ToBGR method

DK11 for Delphi | GisTypesUI.TGIS_Color.ToBGR | Fields | Methods | Properties

Converts a color to an integer in the BGR form.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function ToBGR : Cardinal; inline;
// C++ Builder
public:
  unsigned ToBGR(void);

Result

Type Description
Cardinal Color value as 4 byte little endian integer; bytes from most significant are: 0, Blue, Green, Red.
2022/11/30 19:19

Page Tools