Table of Contents

Class IStdInformationModule.StdInformationQBColors

Namespace
RDCore.SDK.Runtime.Abstract.StdLib
Assembly
RDCore.SDK.dll

Holds the data values corresponding to each legacy 16-bit QBColor value.

public static class IStdInformationModule.StdInformationQBColors
Inheritance
IStdInformationModule.StdInformationQBColors
Inherited Members

Remarks

💥 Any other value raises run-time error 5 InvalidProcedureCallOrArgument.

Fields

Black

public const int Black = 0

Field Value

int

Blue

public const int Blue = 8388608

Field Value

int

BrightWhite

public const int BrightWhite = 16777215

Field Value

int

Cyan

public const int Cyan = 8421376

Field Value

int

Gray

public const int Gray = 8421504

Field Value

int

Green

public const int Green = 32768

Field Value

int

LightBlue

public const int LightBlue = 16711680

Field Value

int

LightCyan

public const int LightCyan = 16776960

Field Value

int

LightGreen

public const int LightGreen = 65280

Field Value

int

LightMajenta

public const int LightMajenta = 16711935

Field Value

int

LightRed

public const int LightRed = 16711680

Field Value

int

LightYellow

public const int LightYellow = 16776960

Field Value

int

Majenta

public const int Majenta = 8388736

Field Value

int

Red

public const int Red = 8388608

Field Value

int

White

public const int White = 12632256

Field Value

int

Yellow

public const int Yellow = 8421376

Field Value

int

Methods

TryGetQBColorRGBValue(StdInformationQBColor, out int)

public static bool TryGetQBColorRGBValue(IStdInformationModule.StdInformationQBColor qbColorValue, out int rgbColorValue)

Parameters

qbColorValue IStdInformationModule.StdInformationQBColor
rgbColorValue int

Returns

bool