IVsFontAndColorUtilities Members
Include Protected Members
Include Inherited Members
Provides tools for working with the input and output data used by the methods of the Visual StudioFont and Color mechanism.
The IVsFontAndColorUtilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
CopyFontInfo | Copies font information from one FontInfo object into another. | |
CopyItemInfo | Copies information contained in one AllColorableItemInfo object to another AllColorableItemInfo object. | |
EncodeAutomaticColor | Returns the current value of the Visual Studio session automatic color as an RGB (COLORREF) value. | |
EncodeIndexedColor | Translates a member of the COLORINDEX enumeration into its RGB (COLORREF) color value equivalent. | |
EncodeInvalidColor | Returns a RGB (COLORREF) color value corresponding to the system defined invalid color. | |
EncodeSysColor | Returns a RGB (COLORREF) color value corresponding to a specified system color component. | |
EncodeTrackedItem | Returns a RGB (COLORREF) color value corresponding to a color tracked in the Visual Studio environment. | |
EncodeVSColor | Returns the COLORREF equivalent of a __VSSYSCOLOREX color. | |
FreeFontInfo | Free all data in a contained FontInfo object. | |
FreeItemInfo | Free all data in a contained AllColorableItemInfo object | |
GetColorType | Obtain the type of color representation in a COLORREF. | |
GetEncodedIndex | Obtain a valid member of the COLORINDEX enumeration corresponding to a supplied COLORREF. | |
GetEncodedSysColor | Obtain a System Color service index corresponding to a supplied COLORREF. | |
GetEncodedVSColor | Obtain a valid member of the __VSSYSCOLOREX enumeration corresponding to a supplied COLORREF. | |
GetRGBOfEncodedColor | Obtain the RGB value of a created tracking or indexed COLORREF representation of a color. | |
GetRGBOfIndex | Obtain the RGB value corresponding to a valid member of the COLORINDEX enumeration. | |
GetRGBOfItem | Obtain the RGB (COLORREF) values of the foreground and background color of a Font and Color Category from an instance of AllColorableItemInfo. | |
GetTrackedItemIndex | Obtain the index of a tracked color as represented by a COLORREF and a member of the __VSCOLORASPECT indicated if the color was used in the foreground or background. | |
InitFontInfo | Initializes a FontInfo object to a default state. | |
InitItemInfo | Initializes an AllColorableItemInfo object to a default state. |
Top