Blender V4.3
bGPDcontrolpoint Struct Reference

#include <DNA_gpencil_legacy_types.h>

Public Attributes

float x
 
float y
 
float z
 
float color [4]
 
int size
 

Detailed Description

Definition at line 47 of file DNA_gpencil_legacy_types.h.

Member Data Documentation

◆ color

float bGPDcontrolpoint::color[4]

Point color.

Definition at line 51 of file DNA_gpencil_legacy_types.h.

Referenced by OVERLAY_edit_gpencil_legacy_cache_init().

◆ size

int bGPDcontrolpoint::size

Radius.

Definition at line 53 of file DNA_gpencil_legacy_types.h.

Referenced by OVERLAY_edit_gpencil_legacy_cache_init().

◆ x

float bGPDcontrolpoint::x

X and y coordinates of control point.

Definition at line 49 of file DNA_gpencil_legacy_types.h.

Referenced by OVERLAY_edit_gpencil_legacy_cache_init().

◆ y

float bGPDcontrolpoint::y

Definition at line 49 of file DNA_gpencil_legacy_types.h.

◆ z

float bGPDcontrolpoint::z

Definition at line 49 of file DNA_gpencil_legacy_types.h.


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