Blender V5.0
blender::ed::object::FillColorRecord Class Reference

Public Member Functions

bool operator== (const FillColorRecord &other) const
uint64_t hash () const

Public Attributes

float4 color
StringRefNull name

Detailed Description

Definition at line 3383 of file object_add.cc.

Member Function Documentation

◆ hash()

uint64_t blender::ed::object::FillColorRecord::hash ( ) const
inline

Definition at line 3391 of file object_add.cc.

References blender::hash_string(), and name.

◆ operator==()

bool blender::ed::object::FillColorRecord::operator== ( const FillColorRecord & other) const
inline

Definition at line 3387 of file object_add.cc.

References color, and name.

Member Data Documentation

◆ color

float4 blender::ed::object::FillColorRecord::color

◆ name

StringRefNull blender::ed::object::FillColorRecord::name

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