Table of Contents

Struct RgbaColor

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll
public readonly record struct RgbaColor : IEquatable<RgbaColor>
Implements
Inherited Members

Constructors

RgbaColor(byte, byte, byte, byte)

public RgbaColor(byte R, byte G, byte B, byte A)

Parameters

R byte
G byte
B byte
A byte

Properties

A

public byte A { get; init; }

Property Value

byte

B

public byte B { get; init; }

Property Value

byte

G

public byte G { get; init; }

Property Value

byte

R

public byte R { get; init; }

Property Value

byte