PColor32B Field

Gets the blue component value of this PColor32 structure. This field is read-only.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
[NonSerializedAttribute]
[FieldOffsetAttribute(0)]
public readonly byte B

Field Value

Byte

See Also