Class IStdInformationModule.StdInformationQBColors
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
Blue
public const int Blue = 8388608
Field Value
BrightWhite
public const int BrightWhite = 16777215
Field Value
Cyan
public const int Cyan = 8421376
Field Value
Gray
public const int Gray = 8421504
Field Value
Green
public const int Green = 32768
Field Value
LightBlue
public const int LightBlue = 16711680
Field Value
LightCyan
public const int LightCyan = 16776960
Field Value
LightGreen
public const int LightGreen = 65280
Field Value
LightMajenta
public const int LightMajenta = 16711935
Field Value
LightRed
public const int LightRed = 16711680
Field Value
LightYellow
public const int LightYellow = 16776960
Field Value
Majenta
public const int Majenta = 8388736
Field Value
Red
public const int Red = 8388608
Field Value
White
public const int White = 12632256
Field Value
Yellow
public const int Yellow = 8421376
Field Value
Methods
TryGetQBColorRGBValue(StdInformationQBColor, out int)
public static bool TryGetQBColorRGBValue(IStdInformationModule.StdInformationQBColor qbColorValue, out int rgbColorValue)
Parameters
qbColorValueIStdInformationModule.StdInformationQBColorrgbColorValueint