_ImageAttributesFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an RGBA color with the red channel in the low byte to the alpha channel in the high byte.
This enumeration supports a bitwise combination of its member values.
public enum class _ImageAttributesFlags
public enum class _ImageAttributesFlags
enum _ImageAttributesFlags
public enum _ImageAttributesFlags
[System.Flags]
public enum _ImageAttributesFlags
type _ImageAttributesFlags =
[<System.Flags>]
type _ImageAttributesFlags =
Public Enum _ImageAttributesFlags
- Inheritance
-
_ImageAttributesFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
IAF_Background | -2147483648 | The Background field is valid. |
IAF_OptionalFlags | -268435456 | The optional flags are: IAF_Background | IAF_Grayscale | IAF_GrayscaleBiasColor | IAF_HighContrast. |
IAF_Size | 1 | The LogicalWidth and LogicalHeight fields are valid. |
IAF_Type | 2 | The ImageType field is valid. |
IAF_Format | 4 | The Format field is valid. |
IAF_Dpi | 8 | The Dpi field is valid. |
IAF_RequiredFlags | 15 | The required flags are: IAF_Size | IAF_Type | IAF_Format | IAF_Dpi. |
IAF_HighContrast | 268435456 | The HighContrast field is valid. |
IAF_GrayscaleBiasColor | 536870912 | The GrayscaleBiasColor field is valid. |
IAF_Grayscale | 1073741824 | The returned image should be grayscaled. |