You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Structs, Records, Enums > Dew.Math.Tee.BaseColor Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.Tee.BaseColor Enumeration

Base colors used by the RGB color system.

Syntax
C#
Visual Basic
public enum BaseColor { bcRed = 0, bcBlue = 2, bcGreen = 1 }

MtxGridSeries.cs

Members 
Description 
bcRed = 0 
Use Color.Red as base color.  
bcBlue = 2 
Use Color.Blue as base color.  
bcGreen = 1 
Use Color.Green as base color.  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!