Tabnine Logo
YoAppearanceRGBColor.getTransparency
Code IndexAdd Tabnine to your IDE (free)

How to use
getTransparency
method
in
us.ihmc.graphicsDescription.appearance.YoAppearanceRGBColor

Best Java code snippets using us.ihmc.graphicsDescription.appearance.YoAppearanceRGBColor.getTransparency (Showing top 2 results out of 315)

origin: us.ihmc/ihmc-jmonkey-engine-toolkit

public static Material createMaterialFromYoAppearanceRGBColor(AssetManager contentMan, YoAppearanceRGBColor appearanceDefinition)
{
 MutableColor rgb = appearanceDefinition.getColor();
 return createMaterialFromProperties(contentMan, rgb, rgb, rgb, 0.0, appearanceDefinition.getTransparency());
}
origin: us.ihmc/IHMCJMonkeyEngineToolkit

public static Material createMaterialFromYoAppearanceRGBColor(JMEAssetLocator contentMan, YoAppearanceRGBColor appearanceDefinition)
{
 Color3f rgb = appearanceDefinition.getColor();
 return createMaterialFromProperties(contentMan, rgb, rgb, rgb, 0.0, appearanceDefinition.getTransparency());
}
us.ihmc.graphicsDescription.appearanceYoAppearanceRGBColorgetTransparency

Popular methods of YoAppearanceRGBColor

  • <init>
  • setTransparency
  • getBlue
  • getColor
  • getGreen
  • getRed

Popular in Java

  • Creating JSON documents from java classes using gson
  • startActivity (Activity)
  • putExtra (Intent)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JCheckBox (javax.swing)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now