< Back

New-RgbColorObject

Sat Jan 18, 2020 1:34 pm

NAME New-RgbColorObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.rgbColor" (or one of its derived types).





SYNTAX

New-RgbColorObject [-b <byte>] [-g <byte>] [-r <byte>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.rgbColor" (or one of its derived types).





PARAMETERS

-r <byte>

The "r" property, of type "Edm.Byte".



This property is on the "microsoft.graph.rgbColor" type.



Red value



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-g <byte>

The "g" property, of type "Edm.Byte".



This property is on the "microsoft.graph.rgbColor" type.



Green value



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-b <byte>

The "b" property, of type "Edm.Byte".



This property is on the "microsoft.graph.rgbColor" type.



Blue value



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS