Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

RgbaImage

Namespace ChartForgeX.Raster

Represents a dependency-free 32-bit RGBA raster image.

Inheritance

  • Object
  • RgbaImage

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

RgbaImage(System.Int32 width, System.Int32 height, System.Byte[] pixels) #

Initializes an RGBA raster image.

Parameters

width System.Int32 required
The image width in pixels.
height System.Int32 required
The image height in pixels.
pixels System.Byte[] required
RGBA pixels, row-major from top-left.

Fields

Width #

Gets the image width in pixels.

Height #

Gets the image height in pixels.

Pixels #

Gets the image pixels as RGBA bytes, row-major from top-left.