bitlib_c  0.2.4
Public Attributes | List of all members
_bl_bl_log_display_data Struct Reference

#include <log_display.h>

Public Attributes

double * hits
 
double width
 
double height
 
double max
 

Detailed Description

A structure to hold information about quantitative draws to a bitmap.

Rather than directly drawing each pixel, you mark it as hit in this data struct. When you are done markeing pixels, you can get the value for each pixel which will be calculated on a logarithmic scale based on the pixel that got the most hits.

Member Data Documentation

◆ height

double _bl_bl_log_display_data::height

◆ hits

double* _bl_bl_log_display_data::hits

◆ max

double _bl_bl_log_display_data::max

◆ width

double _bl_bl_log_display_data::width

The documentation for this struct was generated from the following file: