Namespace: Standard
Class: Standard/ArcGISRGBColor
Since: 1.0.0
Inheritance: ArcGISColor->ArcGISRGBColor

Summary

A RGB object which is derived from a color object.

Constructors

ArcGISRGBColor(uint value)

Creates a RGB color from a value. This allocates memory that must be deleted.

Since 1.0.0

Arguments
NameTypeSummary
valueuint

The 32 bit RGBA color value.

ArcGISRGBColor(byte red, byte green, byte blue, byte alpha)

Creates a RGB color from a set of values. This allocates memory that must be deleted.

Since 1.0.0

Arguments
NameTypeSummary
redbyte

The 8 bit red color value.

greenbyte

The 8 bit green color value.

bluebyte

The 8 bit blue color value.

alphabyte

The 8 bit alpha color value.

Properties

PropertyTypeNullableReadonlySummary
AlphabyteNoYes

The alpha value.

BluebyteNoYes

The blue value.

GreenbyteNoYes

The green value.

RedbyteNoYes

The red value.

RGBAuintNoYes

The color value.

Alpha

byte Alpha

The alpha value.

The alpha color value from the RGB color object. The value is between 0 - 255. If alpha is 255 then the color is opaque.

Blue

byte Blue

The blue value.

The blue color value from the RGB color object. The value is between 0 - 255.

Green

byte Green

The green value.

The green color value from the RGB color object. The value is between 0 - 255.

Red

byte Red

The red value.

The red color value from the RGB color object. The value is between 0 - 255.

RGBA

uint RGBA

The color value.

The color values as a single 32 bit value from the RGB color object. The color is made of 4 8 bit values Alpha, blue, green, red (0xAABBGGRR) between 0 - 255.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.