PixelBGRA32 Structure

This class defines pixel color parameters in RGB format, which stores an integer for red, green, and blue values, and also includes a value for alpha-shading.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.GraphicsInterfacePixelBGRA32

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct PixelBGRA32

The PixelBGRA32 type exposes the following members.

Constructors
  Name Description
Public method PixelBGRA32(IntPtr) Constructor for the PixelBGRA32 class. Creates an object based on the passed pointer.
Public method PixelBGRA32(UInt32) Constructor for the PixelBGRA32 class. Creates pixel data with the unsigned integer value in BGRA format. The preferred way is to use hexadecimal value.
Public method PixelBGRA32(Byte, Byte, Byte, Byte) Constructor for the PixelBGRA32 class. Creates pixel data with the specified blue, red, green and alpha values.
Top
Properties
  Name Description
Public property Alpha Property that represents alpha channel component.
Public property Blue Property that represents blue channel component.
Public property Green Property that represents green channel component.
Public property Red Property that represents red channel component.
Top
Methods
  Name Description
Public method Equals
(Inherited from ValueType)
Public method GetHashCode
(Inherited from ValueType)
Public method GetType
(Inherited from Object)
Public method init Initializes blue, red and green components to 0 and the alpha component to 255.
Public method ToString
(Inherited from ValueType)
Top
See Also

©  Bricsys NV. All rights reserved.