Color32R Field

Gets the red component value of this Color32 structure. This field is read-only.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
[NonSerializedAttribute]
[FieldOffsetAttribute(2)]
public readonly byte R

Field Value

Byte

See Also