Class TAbstractColorNode

Unit

Declaration

type TAbstractColorNode = class(TAbstractGeometricPropertyNode)

Description

Base node for color specifications.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;

Properties

Public property FdMode: TSFStringEnum read FFdMode;
Public property Mode: TColorMode read GetMode write SetMode;

Description

Methods

Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 

Properties

Public property FdMode: TSFStringEnum read FFdMode;

Internal wrapper for property Mode. This wrapper API may change, we advise to access simpler Mode instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property Mode: TColorMode read GetMode write SetMode;
 

Generated by PasDoc 0.16.0.