Skip to main content

The ColoredImgDataItem Struct Reference

Data associated with a HSV colored image. More...

Declaration

struct ColoredImgDataItem { ... }

Included Headers

#include <src/util.h>

Public Member Attributes Index

const char *name
unsigned shortwidth
unsigned shortheight
const unsigned char *content
const unsigned char *alpha

Description

Data associated with a HSV colored image.

Definition at line 415 of file util.h.

Public Member Attributes

alpha

const unsigned char* ColoredImgDataItem::alpha

Definition at line 421 of file util.h.

421 const unsigned char *alpha;

Referenced by writeColoredImgData.

content

const unsigned char* ColoredImgDataItem::content

Definition at line 420 of file util.h.

420 const unsigned char *content;

Referenced by writeColoredImgData.

height

unsigned short ColoredImgDataItem::height

Definition at line 419 of file util.h.

419 unsigned short height;

Referenced by writeColoredImgData.

name

const char* ColoredImgDataItem::name

Definition at line 417 of file util.h.

417 const char *name;

Referenced by writeColoredImgData.

width

unsigned short ColoredImgDataItem::width

Definition at line 418 of file util.h.

418 unsigned short width;

Referenced by writeColoredImgData.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.