Packed Record TColorInt65536

Hierarchy
Methods
Properties

Unit

Declaration

type TColorInt65536 = packed record

Description

RGBA color defined by integers from 0 to 65536

Overview

Fields

Public r: integer;
Public g: integer;
Public b: integer;
Public a: integer;

Description

Fields

Public r: integer;

This item has no description.

Public g: integer;

This item has no description.

Public b: integer;

This item has no description.

Public a: integer;

This item has no description.