Table of Contents

Struct Colour

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll
public readonly struct Colour
Inherited Members

Remarks

Constructors

Colour(int)

public Colour(int rgb)

Parameters

rgb int

Colour(int, int, int)

public Colour(int red, int green, int blue)

Parameters

red int

a number 0-255

green int

a number 0-255

blue int

a number 0-255

Fields

Blue

public readonly int Blue

Field Value

int

Green

public readonly int Green

Field Value

int

Red

public readonly int Red

Field Value

int

Properties

Value

public int Value { get; }

Property Value

int